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; } |
Property Value
The comparison type. The following values are valid:
Value | Comparison 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
|