User manual
PicoScope 6000 Series Programmer's Guide 41
Copyright © 2009-2013 Pico Technology Ltd. All rights reserved. ps6000pg.en r9
3.9.18
ps6000GetValuesBulkAsync
PICO_STATUS ps6000GetValuesBulkAsync
(
short handle,
unsigned long startIndex,
unsigned long * noOfSamples,
unsigned long downSampleRatio,
PS6000_RATIO_MODE downSampleRatioMode,
unsigned long fromSegmentIndex,
unsigned long toSegmentIndex,
short * overflow
)
This function retrieves more than one waveform at a time in rapid block mode after
data collection has stopped. The waveforms must have been collected sequentially and
in the same run. The data is returned using a callback.
Applicability
Rapid block mode
Arguments
handle, the handle of the device
startIndex: see ps6000GetValues
* noOfSamples: see ps6000GetValues
downSampleRatio: see ps6000GetValues
downSampleRatioMode: see ps6000GetValues
fromSegmentIndex: see ps6000GetValuesBulk
toSegmentIndex: see ps6000GetValuesBulk
* overflow: see ps6000GetValuesBulk
Returns
PICO_OK
PICO_INVALID_HANDLE
PICO_INVALID_PARAMETER
PICO_SEGMENT_OUT_OF_RANGE
PICO_NO_SAMPLES_AVAILABLE
PICO_STARTINDEX_INVALID
PICO_NOT_RESPONDING
PICO_DRIVER_FUNCTION