https://github.com/charkster/keithley_2308
Python class for Keithley 2308 Battery/Charger Simulator
https://github.com/charkster/keithley_2308
keithley2308 pyvisa scpi-instrument
Last synced: 8 months ago
JSON representation
Python class for Keithley 2308 Battery/Charger Simulator
- Host: GitHub
- URL: https://github.com/charkster/keithley_2308
- Owner: charkster
- License: mit
- Created: 2020-10-19T05:07:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T23:22:02.000Z (over 3 years ago)
- Last Synced: 2025-01-13T19:26:59.996Z (over 1 year ago)
- Topics: keithley2308, pyvisa, scpi-instrument
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keithley_2308

Python class for Keithley 2308 Battery/Charger Simulator.
The best part of this class is the function "get_unique_scpi_list" as this will query all the settings of the instrument individually and return a list of settings that are different to the default settings. With this list you can just reset the instrument and load the list to get back to a specific configuration. The unique settings list is human readable. I will include these lists in my various instrument scripts.