VeriStand .NET API Reference

Alarming Constructor

NameDescription
Alarming(String, String, AlarmPriority, AlarmState, BaseNode, Double, BaseNode, BaseNode, BaseNode, BaseNode) Initializes a new instance of Alarming with the specified name, description, and configuration. This constructor uses channels to specify the UpperLimit and LowerLimit values within which AlarmChannel must stay to avoid triggering the alarm.
Alarming(String, String, AlarmPriority, AlarmState, BaseNode, Double, BaseNode, BaseNode, BaseNode, Double) Initializes a new instance of Alarming with the specified name, description, and configuration. This constructor uses a channel to specify the UpperLimit and a constant to specify the LowerLimit within which AlarmChannel must stay to avoid triggering the alarm.
Alarming(String, String, AlarmPriority, AlarmState, BaseNode, Double, BaseNode, BaseNode, Double, BaseNode) Initializes a new instance of Alarming with the specified name, description, and configuration. This constructor uses a constant to specify the UpperLimit and a channel to specify the LowerLimit within which AlarmChannel must stay to avoid triggering the alarm.
Alarming(String, String, AlarmPriority, AlarmState, BaseNode, Double, BaseNode, BaseNode, Double, Double) Initializes a new instance of Alarming with the specified name, description, and configuration. This constructor uses constants to specify the UpperLimit and LowerLimit values within which AlarmChannel must stay to avoid triggering the alarm.
Alarming(String, String, UInt32, AlarmState, BaseNode, Double, BaseNode, BaseNode, ValueSource, ValueSource) Initializes a new instance of Alarming with the specified name, description, and configuration.
Alarming(String, String, AlarmingStepFunction, BaseNode) Initializes a new instance of Alarming with the specified Name, Description, and Function.

See Also

Log in to get a better experience