Gets information for multiple alarms running on the specified target.
Namespace:
NationalInstruments.VeriStand.ClientAPI
Assembly:
NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Parameters
- target
- Type: System.String
Specifies the name of the target to query.
- alarmNames
- Type:
System.String
Specifies the names of the alarms for which you want to get information.
- timeout
- Type: System.UInt32
Specifies the time, in milliseconds, for this method to attempt to read data from the alarm manager before returning an error.
- alarmInfo
- Type:
NationalInstruments.VeriStand.ClientAPI.AlarmInfo
%
Returns the alarm information. Use this parameter with the properties of the AlarmInfo class to get specific information about an alarm, such as its high limit, low limit, mode, priority, and state.
Return Value
Returns an Error object. If no error occurs, the Code property of the Error object is 0.