pico-scope 6000 cant find device

Forum for discussing PicoScope version 6 (non-automotive version)
Post Reply
Danield_BIU
Newbie
Posts: 0
Joined: Tue Nov 09, 2021 5:12 pm

pico-scope 6000 cant find device

Post by Danield_BIU »

Hello, im currently working on automating the picoscope 6404c device to measure currents on the chipwhisperer system.
I installed the official pyhton wrappers for the sdk and I run the 32 bit version. even though I can see the traces on the picoscope 6 software when running the simulation, on python I try the next lines of code from the git:
from picosdk.discover import find_all_units

scopes = find_all_units()

for scope in scopes:
print(scope.info)
scope.close()

I get the following error:

raise DeviceNotFoundError("Could not find any devices on any drivers.")
picosdk.errors.DeviceNotFoundError: Could not find any devices on any drivers.

Post Reply