Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: support for 2205A #23

Open
Vbitz opened this issue Mar 9, 2024 · 1 comment
Open

feature request: support for 2205A #23

Vbitz opened this issue Mar 9, 2024 · 1 comment

Comments

@Vbitz
Copy link

Vbitz commented Mar 9, 2024

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?

@azonenberg
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants