Automate your tests of your electronic devices with this convenient SCPI wrapper
Create virtual env with Python 3 and then:
- pip install pyvisa
- pip install pyvisa-py
- pip install pyserial
- pip install pyusb
Check setup with: pyvisa-info
Some examples run on Jupyter and have some fancy diagrams. You will need to install the following:
- pip install jupyterlab
- pip install pandas
- pip install plotly