VeriStand .NET API Reference

AlarmInfo.HighLimitIsConstant Field

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.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public HighLimitIsConstant As Boolean
C#
public bool HighLimitIsConstant
Visual C++
public:
bool HighLimitIsConstant

See Also