User Manual
Programming with the PicoScope 4000 Series44
Copyright © 2008-2011 Pico Technology Ltd. All rights reserved.ps4000pg.en
4.10.25
ps4000IsReady
PICO_STATUS ps4000IsReady
(
short handle,
short * ready
)
This function may be used instead of a callback function to receive data from
ps4000RunBlock. To use this method, pass a NULL pointer as the lpReady
argument to ps4000RunBlock. 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, on exit, indicates the state of the collection. If zero, the
device is still collecting. If non-zero, the device has finished collecting
and ps4000GetValues can be used to retrieve the data.
Returns