VeriStand .NET API Reference

AlarmInfo Members

The AlarmInfo type exposes the following members.

NameDescription
AlarmInfo Initializes a new instance of the AlarmInfo class.

Methods

NameDescription
EqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
FinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
GetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
GetTypeGets the Type of the current instance. (Inherited from Object.)
MemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
ToStringReturns a String that represents the current Object. (Inherited from Object.)

Fields

NameDescription
DelayDuration The amount of time the WatchChannel value must be outside the alarm limits before the alarm is triggered.
FullName The path to the alarm relative to the alarms section.
GroupNumber The number of the group to which the alarm belongs.
HighLimit The value to use for the high limit of the acceptable range if HighLimitIsConstant is TRUE. If the value of WatchChannel exceeds this limit, the alarm is triggered.
HighLimitChannelName The channel from which to get the high limit value if HighLimitIsConstant is FALSE. If the value of WatchChannel exceeds the value of this channel, the alarm is triggered.
HighLimitIsConstant Indicates whether the value to use for the high limit is a constant value or the value of a channel in the system. If TRUE, the high limit is the value specified by HighLimit. If FALSE, the high limit is the value of the channel specified by HighLimitChannelName.
LowLimit The value to use for the low limit of the acceptable range if LowLimitIsConstant is TRUE. If the value of WatchChannel falls below this limit, the alarm is triggered.
LowLimitChannelName The channel from which to get the low limit value if LowLimitIsConstant is FALSE. If the value of WatchChannel falls below the value of this channel, the alarm is triggered.
LowLimitIsConstant Indicates whether the value to use for the low limit is a constant value or the value of a channel in the system. If TRUE, the low limit is the value specified by LowLimit. If FALSE, the low limit is the value of the channel specified by LowLimitChannelName.
Mode The AlarmMode.
Name The name of the alarm.
ProcedureName The name of the procedure to initiate when the alarm occurs.
State The AlarmState.
TripValue The value at which the alarm was last triggered.
WatchChannel The channel to watch for a high or low limit crossing.

Properties

NameDescription
Priority Obsolete. This property is deprecated in NI VeriStand 2011 and later. Use the PriorityNumber property instead.

Gets or sets the priority of an alarm running on the target.

PriorityNumber Gets or sets the priority of an alarm running on the target.

See Also

Log in to get a better experience