VeriStand .NET API Reference

NumericBoundsEvaluation.LowLimit Property

Gets or sets the low limit of the bounds for a NumericBounds evaluation. A value is within bounds if it is greater than or equal to this value and less than or equal to the HighLimit.

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 ScalarDataValue
C#
public ScalarDataValue LowLimit { get; set; }
Visual C++
public:
property ScalarDataValue^ LowLimit {
	ScalarDataValue^ get ();
	void set (ScalarDataValue^ value);
}

Property Value

The low limit of the numeric bounds.

See Also

Log in to get a better experience