VeriStand .NET API Reference

InRangeTrigger.Invert Property

Gets or sets a value indicating whether to invert the range check. If the range check is inverted, then the trigger condition occurs when the value falls outside the specified range.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Invert As Boolean
C#
public bool Invert { get; set; }
Visual C++
public:
property bool Invert {
	bool get ();
	void set (bool value);
}

See Also

Log in to get a better experience