Search found 1 match

by auspark
Fri Oct 21, 2022 12:20 am
Forum: PicoScope 6 for Mac
Topic: Control 2 devices(6224E) with python picosdk ps6000a error
Replies: 0
Views: 6544

Control 2 devices(6224E) with python picosdk ps6000a error

I'm trying to control two picoscope(6224E) with python picosdk library ps6000a at the same time, I'm using threading to do it in my python script. the first device is normal to open with the API ps6000aOpenUnit but the second device always raise error status "PICO_OPEN_OPERATION_IN_PROGRESS", what's...