
PicoScope 3000A Series Prog rammer's Guide
53
Copyright © 2011-2013 Pico Technology Limited. All rights reserved.
ps3000abpg.en r9
2.12.27 ps3000aIsReady
PICO_STATUS ps3000aIsReady
(
short handle,
short * ready
)
This function may be used instead of a callback function to receive data from
. To use this method, pass a NULL pointer as the
lpReady
argument to
. You must then poll the driver to see if it has finished
collecting the requested samples.
Applicability
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
can be used to retrieve the data.
PICO_OK
PICO_INVALID_HANDLE
PICO_DRIVER_FUNCTION
PICO_NULL_PARAMETER
PICO_NO_SAMPLES_AVAILABLE
PICO_CANCELLED
PICO_NOT_RESPONDING