VeriStand .NET API Reference

SetMultipleVariables Constructor

Initializes a new instance of SetMultipleVariables with the specified name, description, channels, and 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 Sub New ( _
	Name As String, _
	Description As String, _
	Channels As BaseNode(), _
	Values As Double() _
)
C#
public SetMultipleVariables(
	string Name,
	string Description,
	BaseNode[] Channels,
	double[] Values
)
Visual C++
public:
SetMultipleVariables(
	String^ Name, 
	String^ Description, 
	array<BaseNode^>^ Channels, 
	array<double>^ Values
)

Parameters

Name
Type: System.String
The name of the step.
Description
Type: System.String
The description of the step.
Channels
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channels to convert to constant values.
Values
Type: System.Double
The constant values to set the channels to.

See Also

Log in to get a better experience