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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: