https://github.com/charkster/kikusui_plz4w
Python class to control Kikusui PLZ4W electrical load.
https://github.com/charkster/kikusui_plz4w
electrical-load kikusui scpi-instrument
Last synced: 3 months ago
JSON representation
Python class to control Kikusui PLZ4W electrical load.
- Host: GitHub
- URL: https://github.com/charkster/kikusui_plz4w
- Owner: charkster
- License: mit
- Created: 2021-04-14T03:20:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T23:24:46.000Z (over 2 years ago)
- Last Synced: 2025-01-13T19:27:22.056Z (5 months ago)
- Topics: electrical-load, kikusui, scpi-instrument
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kikusui_plz4w
Python class to control Kikusui PLZ4W electrical load.
This python class implements a method called get_unique_scpi() which returns a list of scpi commands that are different to the *RST state of the instrument.
This class is not about hiding cryptic SCPI commands from the user as many other classes do... it is about querying the device with all SCPI commands and comparing that response against the RESET response in order to obtain a list of SCPI commands (and arguement) which define the present state of the instrument. This list can be used to restore the state of the instrument, and can be distributed as a file or embedded into an oscilloscope PNG screen capture.
SCPI is very portable and human readable. A settings file created by the instrument is not human readable and is relatively large in size (compared to a txt file that has a list of unique scpi commands with their arguements).