This is my first GitHub repository, created mainly for learning and sharing. I hope it can help someone that is just starting, like me :)!
This project give us a very basic insight on Instrument Automation with PyVisa, and its use in the industry.
instrument_automation/
β
βββ test_list_resources.py # Lists all connected instruments
βββ test_current_set.py # Sets current limit and resets the instrument
βββ test_ramp_slew.py # Performs a fast voltage ramp (e.g., 9V β 5V)
β
βββ README_EN.md # This file
βββ LICENSE # MIT License
- Python 3.8 or higher
- PyVISA library
- Installed VISA driver (NI-VISA or Keysight IO Libraries Suite)
pip install pyvisapython test_list_resources.py
python test_current_set.py
python test_ramp_slew.pyThis project is distributed under the MIT License β see the LICENSE file for details.