VeriStand .NET API Reference

SetVariable.Variable Property

Gets or sets the channel in the system whose value the Set Variable step sets.

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 Property Variable As BaseNode
C#
public virtual BaseNode Variable { get; set; }
Visual C++
public:
virtual property BaseNode^ Variable {
	BaseNode^ get ();
	void set (BaseNode^ value);
}

Property Value

A BaseNode reference to the channel.

See Also

Log in to get a better experience