You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the scope needs to use the old ps2000 driver which has a different API compared to the 3000A and 6000A series scopes.
I'm working on implementing this but I'll need to write a separate version of the bridge to support this. Is this a good approach or am I barking up the wrong tree?
The text was updated successfully, but these errors were encountered:
Yes, that is correct. You'll probably also need to add some logic to the PicoOscilloscope class in ngscopeclient.
It's annoying but this is really the only way, because Pico doesn't have a single SDK for all of their scopes. They have separate SDKs, with similarly named and configured functions, for each product line and you really just have to work around that.
I'd like to use ngscopeclient with my Pico 2205A.
Looks like the scope needs to use the old ps2000 driver which has a different API compared to the 3000A and 6000A series scopes.
I'm working on implementing this but I'll need to write a separate version of the bridge to support this. Is this a good approach or am I barking up the wrong tree?
The text was updated successfully, but these errors were encountered: