Prog ramming the 3000A Series oscilloscopes60
Copyright © 2011-2013 Pico Technology Limited. All rights reserved.ps3000abpg.en r9
2.12.34
ps3000aOpenUnitAsync
PICO_STATUS ps3000aOpenUnitAsync
(
short * status,
char * serial
)
This function opens a scope without blocking the calling thread. You can find out when
it has finished by periodically calling ps3000aOpenUnitProgress until that function
returns a non-zero value.
* status, a status code:
0 if the open operation was disallowed because another open
operation is in progress
1 if the open operation was successfully started
* serial, see ps3000aOpenUnit
PICO_OK
PICO_OPEN_OPERATION_IN_PROGRESS
PICO_OPERATION_FAILED