VeriStand .NET API Reference

StartLoggingStep.HighLimit Property

Gets or sets the high limit used when TriggerCondition is in_limits or out_of_limits. The value of TriggerChannel must be less than or equal to this value and greater than or equal to LowLimit to be considered within limits.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property HighLimit As Double
C#
public double HighLimit { get; set; }
Visual C++
public:
property double HighLimit {
	double get ();
	void set (double value);
}

Property Value

The high limit.

See Also

Log in to get a better experience