https://github.com/charkster/lecroy
Lecroy oscilloscope class to automate configuration, measurements and screen capture
https://github.com/charkster/lecroy
lecroy oscilloscope pyvisa
Last synced: 4 months ago
JSON representation
Lecroy oscilloscope class to automate configuration, measurements and screen capture
- Host: GitHub
- URL: https://github.com/charkster/lecroy
- Owner: charkster
- License: mit
- Created: 2020-10-12T05:41:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T23:18:49.000Z (over 3 years ago)
- Last Synced: 2025-08-18T01:37:46.246Z (10 months ago)
- Topics: lecroy, oscilloscope, pyvisa
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lecroy

Lecroy oscilloscope class to automate configuration, measurements and screen capture.
"update_signal_offset" added to measure signal and read vertical scale in order to position the signal at a specified horitontal division on the display.
If your signal is the voltage of a resistor and the current can vary, calling the "update_signal_offset" will re-position that signal.
Added get_analog_channel_setup(), get_digital_channel_setup(), get_measurement_setup(), get_trigger_setup() and get_horizontal_scale() which will return the dictionaries of the present settings on the oscilloscope. This is useful when you already have a manual setting and want to capture/document it for use later (say in a script).