User manual
Programming with the PicoScope 6000 Series30
Copyright © 2009-2013 Pico Technology Ltd. All rights reserved.ps6000pg.en r9
3.9.9
ps6000GetStreamingLatestValues
PICO_STATUS ps6000GetStreamingLatestValues
(
short handle,
ps6000StreamingReady lpPs6000Ready,
void * pParameter
)
This function instructs the driver to return the next block of values to your
ps6000StreamingReady callback function. You must have previously called
ps6000RunStreaming beforehand to set up streaming.
Applicability
Streaming mode only
Arguments
handle, the handle of the required device.
lpPs6000Ready, a pointer to your ps6000StreamingReady callback
function.
pParameter, a void pointer that will be passed to the
ps6000StreamingReady callback function. The callback function may
optionally use this pointer to return information to the application.
Returns
PICO_OK
PICO_INVALID_HANDLE
PICO_NO_SAMPLES_AVAILABLE
PICO_INVALID_CALL
PICO_BUSY
PICO_NOT_RESPONDING
PICO_DRIVER_FUNCTION
PICO_STARTINDEX_INVALID