VeriStand .NET API Reference

AlarmInfo.LowLimit Field

The value to use for the low limit of the acceptable range if LowLimitIsConstant is TRUE. If the value of WatchChannel falls below this limit, the alarm is triggered.

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 LowLimit As Double
C#
public double LowLimit
Visual C++
public:
double LowLimit

See Also