Gets the
Alarms section under the target, which contains any alarms you configure to notify the user that the value of a particular channel has gone outside a specified range of values. Alarms also can trigger the execution of a procedure.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function GetAlarms As Alarms |
| Visual C++ |
|---|
public:
Alarms^ GetAlarms() |
Return Value
An
Alarms object.