Procedure.AddNewSetVariable Method (String, String, BaseNode, Double)
- Updated2023-02-21
- 2 minute(s) read
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function AddNewSetVariable ( _ Name As String, _ Description As String, _ Variable As BaseNode, _ Value As Double _ ) As Boolean |
| C# |
|---|
public bool AddNewSetVariable( string Name, string Description, BaseNode Variable, double Value ) |
| Visual C++ |
|---|
public: bool AddNewSetVariable( String^ Name, String^ Description, BaseNode^ Variable, double Value ) |
Parameters
- Name
- Type: System.String
The name of the step.
- Description
- Type: System.String
The description of the step.
- Variable
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel in the system whose value you want to set.
- Value
- Type: System.Double
The constant value of Variable.