AlarmInfo#
- class lsst.ts.watcher.AlarmInfo(name, log)#
Bases:
objectPlaceholder with Alarm information.
- timestamp_auto_unacknowledge#
Timestamp when the alarm was automatically unacknowledged.
- Type:
Attributes Summary
Methods Summary
set_from_data(data)Attributes Documentation
- callback#
Get the callback function.
- nominal#
severity = max severity = NONE.
When the alarm is in a nominal state, it should not be displayed in the Watcher GUI.
- Type:
True if alarm is in nominal state
Methods Documentation
- async set_from_data(data)#