Procedure.AddNewSetMultipleVariables Method
- Updated2023-02-21
- 2 minute(s) read
Adds a new SetMultipleVariables step. This step applies the specified Values to the specified Channels.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.