VeriStand .NET API Reference

Minimum.XIsConstant Property

Gets whether the value of x 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 XIsConstant As Boolean
C#
public virtual bool XIsConstant { get; }
Visual C++
public:
virtual property bool XIsConstant {
	bool get ();
}

Property Value

true (True in Visual Basic) if the value of x is specified by a constant. false (False in Visual Basic) if it is specified by a channel.

See Also

Log in to get a better experience