Installation guide

PicoScope 4000 Series (A API) Programmer's Guide 33
Copyright © 2008-2014 Pico Technology Ltd. All rights reserved. ps4000apg.en r1
4.14
ps4000aGetStreamingLatestValues
PICO_STATUS ps4000aGetStreamingLatestValues
(
int16_t handle,
ps4000aStreamingReady lpPs4000Ready,
void * pParameter
)
This function is used to collect the next block of values while streaming is running. You
must call ps4000aRunStreaming beforehand to set up streaming.
Applicability
Streaming mode only
Arguments
handle, the handle of the required device.
lpPs4000Ready, a pointer to your ps4000aStreamingReady
callback function that will return the latest downsampled values.
pParameter, a void pointer that will be passed to the
ps4000aStreamingReady callback function.
Returns
PICO_OK
PICO_INVALID_HANDLE
PICO_NO_SAMPLES_AVAILABLE
PICO_INVALID_CALL
PICO_BUSY
PICO_NOT_RESPONDING