VTI Instruments Corp.
106 EX1629 Command Set
vtex1629_allow_all_channels
FUNCTION PROTOTYPE
ViStatus _VI_FUNC vtex1629_allow_all_channels (ViSession vi);
FUNCTION PARAMETERS
vi = contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function allows the user to include channels that failed calibration in the scanlist for data acquisition.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_allow_all_channels(instrumentHandle);