IsDebounced
- Updated2026-01-20
- 1 minute(s) read
Gets a value which indicates whether the entire NI-SWITCH device has settled since the last switching command.
Syntax
Namespace: NationalInstruments.ModularInstruments.NISwitch
public bool IsDebounced { get; }
Returns
true if all signals going through the NI-SWITCH device are valid; otherwise, false.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The IsDebounced property was accessed after the associated NISwitch object was disposed. |