Search found 2 matches

by ChrisDD
Thu Oct 11, 2018 11:25 am
Forum: General Software Discussions
Topic: PicoSDK cannot find 5242D (python)
Replies: 4
Views: 5112

Re: PicoSDK cannot find 5242D (python)

Yes, I did. With the new SDK (10.6.13) the scope can be connected via Python. Thank you!
by ChrisDD
Wed Oct 10, 2018 1:33 pm
Forum: General Software Discussions
Topic: PicoSDK cannot find 5242D (python)
Replies: 4
Views: 5112

Re: PicoSDK cannot find 5242D (python)

I've got exactly the same problem with a 5442D. The connection with PicoScope 6 works correctly, but with Python 2.7 no connection can be established: In [1]: from picosdk.discover import find_all_units scopes = find_all_units() for scope in scopes: print(scope.info) scope.close() DeviceNotFoundErro...