Dwell Constructor (String, String, BaseNode)
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of a Dwell step with a channel specifying the dwell time.
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, _ DwellTime As BaseNode _ ) |
| C# |
|---|
public Dwell( string Name, string Description, BaseNode DwellTime ) |
| Visual C++ |
|---|
public: Dwell( String^ Name, String^ Description, BaseNode^ DwellTime ) |
Parameters
- Name
- Type: System.String
The name of the step.
- Description
- Type: System.String
The description of the step.
- DwellTime
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel whose value specifies the amount of time to suspend the procedure.