Greetings- just getting our feet wet in OpenTap and OpenPath. In developing a test step that executes a very simple command to an SCPI-enabled instrument/device:
-
Is the machine that is running the test plan required to have any other special drivers or libraries other than ‘just’ VStudio, OpenTap SDK, and PathWave? For example, if our test step just sends a very simple SCPI command to a Keysight specAn, does the machine running the test step need any other drivers?
-
We like to keep our code base running through a CI/CD pipeline and most of our projects use simulators to act as sinks for our targets (those projects are mostly REST projects and developing a simple server to run locally during testing is easy). Is there a way or is there an SCPI project that sets itself up as an SCPI sink? I found this: GitHub - coburnw/python-vxi11-server: A VXI-11 Instrument Server written in Python, which can act as a VX11 server, but has anyone run across such a thing for simulating SCPI end points?
Thanks