AlarmMode Enumeration
- Updated2023-02-21
- 2 minute(s) read
The operating mode of an alarm running on the target. The operating mode of an alarm specifies the action that occurs when the alarm is triggered.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Member name | Description |
---|---|
IndicateOnly | The alarm only monitors the WatchChannel value. If the channel value is outside the high or low limits, AlarmState returns Indicate. No procedure executes in response to the alarm. |
Normal | The alarm trips if the WatchChannel is outside the high or low limits. |