VeriStand .NET API Reference

Procedure.AddNewSetMultipleVariables Method

Adds a new SetMultipleVariables step. This step applies the specified Values to the specified Channels.

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 Function AddNewSetMultipleVariables ( _
	Name As String, _
	Description As String, _
	Channels As BaseNode(), _
	Values As Double() _
) As Boolean
C#
public bool AddNewSetMultipleVariables(
	string Name,
	string Description,
	BaseNode[] Channels,
	double[] Values
)
Visual C++
public:
bool AddNewSetMultipleVariables(
	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 apply values to.
Values
Type: System.Double
The constant values to which to set the channels.

Return Value

true (True in Visual Basic) if the SetMultipleVariables step was added successfully.

See Also

Log in to get a better experience