VeriStand .NET API Reference

StartLoggingStep.LowLimit Property

Gets or sets the low limit used when TriggerCondition is in_limits or out_of_limits. The value of TriggerChannel must be greater than or equal to this value and less than or equal to HighLimit 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 LowLimit As Double
C#
public double LowLimit { get; set; }
Visual C++
public:
property double LowLimit {
	double get ();
	void set (double value);
}

Property Value

The low limit.

See Also

Log in to get a better experience