PicoScope 3000A Series Prog rammer's Guide 37
Copyright © 2011-2013 Pico Technology Limited. All rights reserved. ps3000abpg.en r9
2.12.14
ps3000aGetStreamingLatestValues
PICO_STATUS ps3000aGetStreamingLatestValues
(
short handle,
ps3000aStreamingReady lpPs3000AReady,
void * pParameter
)
This function instructs the driver to return the next block of values to your
ps3000aStreamingReady callback function. You must have previously called
ps3000aRunStreaming beforehand to set up streaming.
handle, the handle of the required device.
lpPs3000AReady, a pointer to your ps3000aStreamingReady
callback function.
* pParameter, a void pointer that will be passed to the
ps3000aStreamingReady callback function. The callback function may
optionally use this pointer to return information to the application.
PICO_OK
PICO_POWER_SUPPLY_CONNECTED
PICO_POWER_SUPPLY_NOT_CONNECTED
PICO_INVALID_HANDLE
PICO_NO_SAMPLES_AVAILABLE
PICO_INVALID_CALL
PICO_BUSY
PICO_NOT_RESPONDING
PICO_DRIVER_FUNCTION