User Manual

Programming with the PicoScope 4000 Series52
Copyright © 2008-2011 Pico Technology Ltd. All rights reserved.ps4000pg.en
4.10.33
ps4000OpenUnitProgress
PICO_STATUS ps4000OpenUnitProgress
(
short * handle,
short * progressPercent,
short * complete
)
This function checks on the progress of ps4000OpenUnitAsync.
Applicability
Use after ps4000OpenUnitAsync
Arguments
handle, pointer to a short where the unit handle is to be written. -
1 if the unit fails to open, 0 if no unit is found or a non-zero handle
to the device.
Note: This handle is not valid unless the function returns
PICO_OK.
progressPercent, pointer to a short to which the percentage
progress is to be written. 100% implies that the open operation is
complete.
complete, pointer to a short that is set to 1 when the open
operation has finished
Returns
PICO_OK
PICO_NULL_PARAMETER
PICO_OPERATION_FAILED