VeriStand .NET API Reference

SetVariable.Value1IsConstant Property

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