Gets whether the value of y in the comparison of x and y is specified by a constant or a channel.
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 YIsConstant As Boolean |
C# |
---|
public virtual bool YIsConstant { get; } |
Visual C++ |
---|
public:
virtual property bool YIsConstant {
bool get ();
} |
Property Value
true (True in Visual Basic) if the value of
y is specified by a constant.
false (False in Visual Basic) if it is specified by a channel.