VeriStand .NET API Reference

Table of Contents

StreamInRangeDBL Constructor

Initializes a new instance of the StreamInRangeDBL class.

Namespace: NationalInstruments.VeriStand.ClientAPI.WaveformStreaming
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub New ( _
	highLimit As Double, _
	lowLimit As Double, _
	invert As Boolean _
)
C#
public StreamInRangeDBL(
	double highLimit,
	double lowLimit,
	bool invert
)
Visual C++
public:
StreamInRangeDBL(
	double highLimit, 
	double lowLimit, 
	bool invert
)

Parameters

highLimit
Type: System.Double
Specifies the highest value that the waveform data can be for the stream condition to be true.
lowLimit
Type: System.Double
Specifies the lowest value that the waveform data can be for the stream condition to be true.
invert
Type: System.Boolean
Specifies if the range check should be inverted. This effectively makes it an out of range condition.

See Also

Log in to get a better experience