Gets the channel that specifies the value of x in the comparison of x and y.
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 ReadOnly Property XChannelValue As BaseNode |
| C# |
|---|
public virtual BaseNode XChannelValue { get; } |
| Visual C++ |
|---|
public:
virtual property BaseNode^ XChannelValue {
BaseNode^ get ();
} |
Property Value
A
BaseNode reference to the channel, or
a null reference (Nothing in Visual Basic)if
x is a constant.