VeriStand .NET API Reference

SetVariable.Value2IsConstant Property

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

Property Value

true (True in Visual Basic) if the value is a constant. false (False in Visual Basic) if the value is a channel.

See Also

Log in to get a better experience