VTI Instruments Corp.
182 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_get_scanlist
FUNCTION PROTOTYPE
ViStatus vtex10xxA_get_scanlist(ViSession vi, ViInt32 channels[], ViPInt32 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 to receive the requested scan list. Valid return values: 0 through 47.
numChannels = an integer output value indicating how many channels are in the scan list. Valid return values: 1
through 48.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns the current scan list.
EXAMPLE