Skip to content

Commit 5be00bc

Browse files
authored
Allow USB2.0 to be used with ps5000a
1 parent ad2df18 commit 5be00bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

picoscope/ps5000a.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def _lowLevelOpenUnit(self, serialNumber):
177177
# since the user should address this immediately, and we
178178
# shouldn't let this go as a soft error
179179
# but I think this should do for now
180+
# PICO_POWER_SUPPLY_NOT_CONNECTED or PICO_USB3_0_DEVICE_NON_USB3_0_PORT
180181
if m == 0x11A or m == 0x11E:
181182
self.changePowerSource(m)
182183
else:

0 commit comments

Comments
 (0)