IviSwtch_SetContinuousScan

CVI/LabWindows IVI Class Driver

IviSwtch_SetContinuousScan

IviSwtchScanner Capability Group

C Function Prototype

ViStatus IviSwtch_SetContinuousScan (ViSession vi, ViBoolean status);

Purpose

This function sets the continuous scan mode on the instrument. Setting the instrument to continuous scan mode to have the instrument continuously loop through the scan list.

Parameters

Name Type Description
vi ViSession The instrument handle that you obtain from the IviSwtch_init or IviSwtch_InitWithOptions functions. The handle identifies a particular IVI session.
status ViBoolean Specifies whether the continuous scan mode is enabled or disabled. Pass VI_TRUE to enable or VI_FALSE to disable continuous scan.

Return Values