EasyManua.ls Logo

VTI Instruments EX1000A - Vtex10 Xxa_Set_Scanlist; Vtex10 Xxa_Get_Self_Test_Result

VTI Instruments EX1000A
320 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
www.vtiinstruments.com
EX10xxA Function Calls 251
vtex10xxA_set_scanlist
FUNCTION PROTOTYPE
ViStatus vtex10xxA_set_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 to receive the requested scan list. Valid input values: 0 through 47.
numChannels = an integer output value indicating how many channels are in the scan list. Valid input values: 1
through 48.
DATA ITEM RESET VALUE
channels = 0 numChannels = 1
DESCRIPTION
This function sets the scan list to be acquired. For the channels parameter, the elements of the array must be unique
(i.e. no repeated channels). The channels parameter should be set to an integer between 1 and 48.
vtex10xxA_get_scanlist is called, data is returned in ascending numerical order by channel number.
EXAMPLE
// sequential order five-channel scan
ViInt32 channels[5] = { 0, 1, 2, 3, 4 };
vtex10xxA_set_scanlist(vi, channels, 5);
// reverse order five-channel scan
ViInt32 channels[5] = { 4, 3, 2, 1, 0 };
vtex10xxA_set_scanlist(vi, channels, 5);

Table of Contents

Related product manuals