IVISWTCH_ATTR_CONTINUOUS_SCAN

CVI/LabWindows IVI Class Driver

IVISWTCH_ATTR_CONTINUOUS_SCAN

IviSwtchScanner Attribute

Data Type Access Applies to Coercion High Level Functions Id Definition
ViBoolean R/W N/A N/A IviSwtch_SetContinuousScan 1250026

Description

This attribute specifies whether the switch module continues scanning from the top of the scan list after reaching the end of the list. A value of VI_TRUE indicates that the switch module continuously scans. A value of VI_FALSE indicates that the switch module should scan through the scan list only once.

If you set this attribute to VI_TRUE, the function IviSwtch_WaitForScanComplete always times out, and you must call IviSwtch_AbortScan to stop the scan.