VeriStand .NET API Reference

AlarmInfo.LowLimitIsConstant Field

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.

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 LowLimitIsConstant As Boolean
C#
public bool LowLimitIsConstant
Visual C++
public:
bool LowLimitIsConstant

See Also