User manual
Programming with the PicoScope 6000 Series46
Copyright © 2009-2013 Pico Technology Ltd. All rights reserved.ps6000pg.en r9
3.9.23
ps6000IsReady
PICO_STATUS ps6000IsReady
(
short handle,
short * ready
)
This function may be used instead of a callback function to receive data from
ps6000RunBlock. To use this method, pass a NULL pointer as the lpReady
argument to ps6000RunBlock. You must then poll the driver to see if it has finished
collecting the requested samples.
Applicability
Block mode
Arguments
handle, the handle of the required device
ready: output: indicates the state of the collection. If zero, the
device is still collecting. If non-zero, the device has finished collecting
and ps6000GetValues can be used to retrieve the data.
Returns