VTI Instruments Corp.
132 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_append_scanlist
FUNCTION PROTOTYPE
ViStatus vtex10xxA_append_scanlist (ViSession vi, ViInt32 channels[],ViInt32 numChannels);
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.
channels[] = an array of channels that will be examined. Valid input values: 0 through 47.
numChannels = indicates the number of channels in the channels[] array.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function adds channels onto the end of an existing scan list.
EXAMPLE