VeriStand .NET API Reference

AlarmInfo.HighLimit Field

The value to use for the high limit of the acceptable range if HighLimitIsConstant is TRUE. If the value of WatchChannel exceeds 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 HighLimit As Double
C#
public double HighLimit
Visual C++
public:
double HighLimit

See Also