Continuous
- Updated2026-01-20
- 1 minute(s) read
Gets or sets a value that indicates whether a switch device stops scanning at the end of the scan, or continues scanning from the top of the scan list. Notice that if you set the scan to continuous true, the WaitForScanComplete method will always time out and you must call Abort to stop the scan.
Syntax
Namespace: NationalInstruments.ModularInstruments.NISwitch
public bool Continuous { get; set; }
Returns
false if the switch device stops scanning at the end of the scan, and true if the device continues scanning from the top of the scan list.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Continuous was accessed after the associated NISwitch object was disposed. |