User manual

Programming with the PicoScope 6000 Series52
Copyright © 2009-2013 Pico Technology Ltd. All rights reserved.ps6000pg.en r9
3.9.29
ps6000OpenUnitProgress
PICO_STATUS ps6000OpenUnitProgress
(
short * handle,
short * progressPercent,
short * complete
)
This function checks on the progress of a request made to ps6000OpenUnitAsync to
open a scope.
Applicability
Use after ps6000OpenUnitAsync
Arguments
* handle: see ps6000OpenUnit. This handle is valid only if the
function returns PICO_OK.
* progressPercent, on exit, the percentage progress towards
opening the scope. 100% implies that the open operation is
complete.
* complete, set to 1 when the open operation has finished
Returns
PICO_OK
PICO_NULL_PARAMETER
PICO_OPERATION_FAILED