ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

VeriStand .NET API Reference

Conditional.ComparisonMode Property

Gets or sets the type of comparison to use for the condition.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable Property ComparisonMode As UShort
C#
public virtual ushort ComparisonMode { get; set; }
Visual C++
public:
virtual property unsigned short ComparisonMode {
	unsigned short get ();
	void set (unsigned short value);
}

Property Value

The comparison type. The following values are valid:

ValueComparison Type
0 Greater than
1 Less than
2 Equal to
3 Not equal to
4 Greater than or equal to
5 Less than or equal to

See Also