https://github.com/charkster/tektronics_afg3000
Python class for controlling Tektronics Arbitrary Function Generator 3000 series
https://github.com/charkster/tektronics_afg3000
arbitrary-function-generator pyvisa scpi-instrument scpi-instruments scpi-lab-instruments tektronics
Last synced: 3 months ago
JSON representation
Python class for controlling Tektronics Arbitrary Function Generator 3000 series
- Host: GitHub
- URL: https://github.com/charkster/tektronics_afg3000
- Owner: charkster
- License: mit
- Created: 2020-10-19T05:41:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T23:22:28.000Z (over 2 years ago)
- Last Synced: 2025-01-13T19:26:53.814Z (5 months ago)
- Topics: arbitrary-function-generator, pyvisa, scpi-instrument, scpi-instruments, scpi-lab-instruments, tektronics
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tektronics_afg3000
Python class for controlling Tektronics Arbitrary Function Generator 3000 series. 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.