AlarmCondition Enumeration |
Namespace: Flir.Atlas.Image.Alarms
public enum AlarmCondition
Member name | Value | Description | |
---|---|---|---|
Below | 0 | The alarm is trigged when the level is below a specified value. | |
Above | 1 | The alarm is trigged when the level is above a specified value. | |
Match | 2 | The alarm is trigged when the level matches a specified value. | |
Invalid | 3 | Indicates an invalid condition. |