Gets information about whether the high 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 UpperLimitIsConstant As Boolean |
| C# |
|---|
public virtual bool UpperLimitIsConstant { get; } |
| Visual C++ |
|---|
public:
virtual property bool UpperLimitIsConstant {
bool get ();
} |
Property Value
true (True in Visual Basic) if the upper limit is specified by a constant.
false (False in Visual Basic) if the upper limit is specified by a channel.