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 _
) |
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.