panic.properties module¶
Contents
PyAlarm Device Default Properties¶
PANIC_PROPERTIES: This properties will be shared by the whole TANGO_HOST
ALARM_TABLES: Properties used to store Alarms declaration in Panic<=6
This properties will be managed by API; DON’T ACCESS THEM WITH self.$Property from the device
ALARM_CYCLE: Properties to manage the timing of Alarm stages
ALARM_ARCHIVE: Properties to manage the saving of Alarms
ALARM_LOGS: Properties to manage the logging of Alarms
DEVICE_CONFIG: PyAlarm/PanicDS instance configuration.
Variables¶
PANIC_PROPERTIES¶
- panic.properties.PANIC_PROPERTIES¶
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v- dict(**kwargs) -> new dictionary initialized with the name=value pairs
- in the keyword argument list. For example: dict(one=1, two=2)
DEVICE_CONFIG¶
- panic.properties.DEVICE_CONFIG¶
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v- dict(**kwargs) -> new dictionary initialized with the name=value pairs
- in the keyword argument list. For example: dict(one=1, two=2)
ALARM_LOGS¶
- panic.properties.ALARM_LOGS¶
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v- dict(**kwargs) -> new dictionary initialized with the name=value pairs
- in the keyword argument list. For example: dict(one=1, two=2)
ALARM_CYCLE¶
- panic.properties.ALARM_CYCLE¶
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v- dict(**kwargs) -> new dictionary initialized with the name=value pairs
- in the keyword argument list. For example: dict(one=1, two=2)
ALARM_TABLES¶
- panic.properties.ALARM_TABLES¶
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v- dict(**kwargs) -> new dictionary initialized with the name=value pairs
- in the keyword argument list. For example: dict(one=1, two=2)
ALARM_ARCHIVE¶
- panic.properties.ALARM_ARCHIVE¶
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object’s
(key, value) pairs- dict(iterable) -> new dictionary initialized as if via:
d = {} for k, v in iterable:
d[k] = v- dict(**kwargs) -> new dictionary initialized with the name=value pairs
- in the keyword argument list. For example: dict(one=1, two=2)