VeriStand .NET API Reference

Alarming.LowerLimitIsConstant Property

Gets information about whether the low limit value of the alarm is determined by a channel or by a constant.

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 Overridable ReadOnly Property LowerLimitIsConstant As Boolean
C#
public virtual bool LowerLimitIsConstant { get; }
Visual C++
public:
virtual property bool LowerLimitIsConstant {
	bool get ();
}

Property Value

true (True in Visual Basic) if the lower limit is specified by a constant. false (False in Visual Basic) if the lower limit is specified by a channel.

See Also

Log in to get a better experience