Delay Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets a value which indicates the minimum amount of time, in seconds, the Switch device waits before it asserts the SwitchScan.AdvancedOutput trigger after opening or closing the switch. The switch always SwitchPath.WaitForDebounce before asserting the trigger.
Namespace:
NationalInstruments.ModularInstruments.NISwitch
Assembly:
NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)Visual Basic (Declaration) |
---|
Public Property Delay As PrecisionTimeSpan |
C# |
---|
public PrecisionTimeSpan Delay { get; set; } |
Property Value
Type: NationalInstruments..::.PrecisionTimeSpan Specifies an Double which indicates the minimum amount of time, in seconds, the SWITCH device waits before it asserts the SwitchScan.AdvancedOutput trigger after opening or closing the switch. The switch always SwitchPath.WaitForDebounce before asserting the trigger.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Delay was accessed after the associated NISwitch.NISwitch object was disposed. |