We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2df18 commit 5be00bcCopy full SHA for 5be00bc
picoscope/ps5000a.py
@@ -177,6 +177,7 @@ def _lowLevelOpenUnit(self, serialNumber):
177
# since the user should address this immediately, and we
178
# shouldn't let this go as a soft error
179
# but I think this should do for now
180
+ # PICO_POWER_SUPPLY_NOT_CONNECTED or PICO_USB3_0_DEVICE_NON_USB3_0_PORT
181
if m == 0x11A or m == 0x11E:
182
self.changePowerSource(m)
183
else:
0 commit comments