
Prog ramming the 3000A Series oscilloscopes
48
Copyright © 2011-2013 Pico Technology Limited. All rights reserved.
ps3000abpg.en r9
2.12.23 ps3000aGetValuesOverlapped
PICO_STATUS ps3000aGetValuesOverlapped
(
short handle,
unsigned long startIndex,
unsigned long * noOfSamples,
unsigned long downSampleRatio,
PS3000A_RATIO_MODE downSampleRatioMode,
unsigned short segmentIndex,
short * overflow
)
This function allows you to make a deferred data-collection request, which will later be
executed, and the arguments validated, when you call
The advantage of this function is that the driver makes contact with the scope only
once, when you call
, compared with the two contacts that occur
when you use the conventional
,
This slightly reduces the dead time between successive captures in block mode.
After calling
, you can optionally use
further copies of the data. This might be required if you wish to display the data with
different data reduction settings.
Applicability
Arguments
handle,
the handle of the device
startIndex,
see
* noOfSamples,
see
downSampleRatio,
see
downSampleRatioMode,
see
segmentIndex,
see
* overflow,
see
PICO_OK
PICO_POWER_SUPPLY_CONNECTED
PICO_POWER_SUPPLY_NOT_CONNECTED
PICO_INVALID_HANDLE
PICO_INVALID_PARAMETER
PICO_DRIVER_FUNCTION