VeriStand .NET API Reference

Alarming Properties

The Alarming type exposes the following members.

NameDescription
Alarm Gets or sets the Alarm on which to perform the step Function.
AlarmChannel Gets or sets the channel to monitor for alarm conditions.
BaseNodeType Gets a reference to the internal representation of this node. (Inherited from BaseNode.)
DefaultState Gets or sets the default state (Disabled or Enabled) of the alarm.
Delay Gets or sets the amount of time to wait before triggering the alarm.
Description Gets or sets the description of this node. (Inherited from BaseNode.)
Function Gets or sets the function that the Alarming step performs on the alarm.
LowerLimitChannel Gets the channel that determines the lower limit value of the alarm. If the value of AlarmSource falls below this limit, the alarm is triggered.
LowerLimitConstant Gets the constant that determines the low limit value of the alarm. If the value of AlarmSource falls below this limit, the alarm is triggered.
LowerLimitIsConstant Gets information about whether the low limit value of the alarm is determined by a channel or by a constant.
Name Gets the name of this node. To rename a node, use the RenameNode method. (Inherited from BaseNode.)
NodeID Gets the ID of this node. (Inherited from BaseNode.)
NodePath Gets the path to the node within the system definition file. (Inherited from BaseNode.)
Priority Obsolete. This property is deprecated in NI VeriStand 2011 and later. Use the PriorityNumber property instead.

Setting this property to Low, Medium, or High automatically sets the PriorityNumber to 25, 15, or 5, respectively.

PriorityNumber Gets or sets the priority of an alarm running on the target. Lower numbers specify a higher alarm priority. For example, 4 is higher priority than 31.
Procedure Gets or sets the procedure to initiate when the alarm conditions are met.
TypeGUID Gets the GUID associated with the node. Attempts to set the GUID of a BaseNode will generate an exception. (Inherited from BaseNode.)
UpperLimitChannel Gets the channel that determines the upper limit value of the alarm. If the value of AlarmSource exceeds this limit, the alarm is triggered.
UpperLimitConstant Gets the constant that determines the high limit value of the alarm. If the value of AlarmSource exceeds this limit, the alarm is triggered.
UpperLimitIsConstant Gets information about whether the high limit value of the alarm is determined by a channel or by a constant.

See Also

Log in to get a better experience