Dwell.SetDwellTime Method (BaseNode)
- Updated2023-02-21
- 2 minute(s) read
Sets the amount of time to suspend the procedure using the value of a channel.
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 SetDwellTime ( _ DwellTime As BaseNode _ ) |
| C# |
|---|
public void SetDwellTime( BaseNode DwellTime ) |
| Visual C++ |
|---|
public: void SetDwellTime( BaseNode^ DwellTime ) |
Parameters
- DwellTime
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel whose value determines the amount of time to suspend the procedure.