User Manual
PicoScope 4000 Series Programmer's Guide 27
Copyright © 2008-2011 Pico Technology Ltd. All rights reserved. ps4000pg.en
4.10.8
ps4000GetStreamingLatestValues
PICO_STATUS ps4000GetStreamingLatestValues
(
short handle,
ps4000StreamingReady lpPs4000Ready,
void * pParameter
)
This function is used to collect the next block of values while streaming is running.
You must call ps4000RunStreaming beforehand to set up streaming.
Applicability
Streaming mode only
Arguments
handle, the handle of the required device.
lpPs4000Ready, a pointer to your ps4000StreamingReady
callback function that will return the latest aggregated values.
pParameter, a void pointer that will be passed to the
ps4000StreamingReady callback function.
Returns
PICO_OK
PICO_INVALID_HANDLE
PICO_NO_SAMPLES_AVAILABLE
PICO_INVALID_CALL
PICO_BUSY
PICO_NOT_RESPONDING