-
Hi,
I'm new to pyvisa and trying to automate experiments in electronics. I could get it to work on a first device but I'm stuck with my oscilloscope. It is connected via USB (USBTMC) and detected co…
-
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 define…
-
Hi Davidbarcons,
Thank you for sharing you iTC and iPS driver. It is fantastic.
I am a technical support engineer working for Oxford Instruments China. And running the Demo Lab here. I noticed tha…
-
So one idea that I've had is to implement some sort of async communication support. The motivation for this is when you have multiple commands that you would like to execute, but you don't care for th…
-
I recently just learned about this package yesterday and have been really enjoying all of the features. I currently have access to a Keysight N5242B PNAX and got a warning when connecting using the pa…
-
The 'reset()' method for the DSP7265 does not appear to be working. When running it, I get the error message: "NotImplementedError: Non SCPI instruments require implementation in subclasses"
-
Ideally, I would like to use this for the global experiment control:
[https://exopy.readthedocs.io/en/latest/](url)
However, this program really expect the connection to instruments to be instanta…
-
Hello guys. I would like to ask your opinion about SCPI support for opendps.
SCPI (Standard Commands for Programmable Instruments) is industrial standard for controlling of measuring equipment and…
-
I have some code I wrote for our group's test equipment that is fairly crude in its implementation (little input checking, relies on user to know specs of instrument, no general classes - see https://…
-
As we plan to introduce traits / default implementations for instrument classes (#416, spectrum analyzer for example #580), we have to think, where to place these files.
I propose to put these file…