VeriStand .NET API Reference

SetMultipleVariables.Channels Property

Gets or sets the channels to set to the specified values.

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

Property Value

An array of BaseNode references to the channels.

See Also

Log in to get a better experience