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

TypeDescription
System.ObjectDisposedException

The IsDebounced property was accessed after the associated NISwitch object was disposed.