SetMultipleVariables Constructor
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Initializes a new instance of SetMultipleVariables with the specified name, description, channels, and values.
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 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.