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

Idea: SCPI refactor #237

Open
cyr123 opened this issue Apr 10, 2020 · 1 comment
Open

Idea: SCPI refactor #237

cyr123 opened this issue Apr 10, 2020 · 1 comment

Comments

@cyr123
Copy link

cyr123 commented Apr 10, 2020

Background:

I have about 20 programmable instruments on my bench, only about half are SCPI-compliant but most of the rest support IEEE 488.2 "star" commands.

I suggest moving the commands defined by 488.2 from SCPIInstrument into a new class (IEEE4882Instrument?) which will be the new base class for SCPIInstrument. I'd also like to move everything else that isn't actually defined as required in the SCPI standard somewhere else.

I'll probably do this for my own use in any case, but I'd prefer if it could be upstreamed, so comments?

@scasagrande
Copy link
Contributor

Can you give me an example of what has been implemented in SCPIInstrument but not supported by these half-support instruments?

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