https://github.com/steffen-w/rigol_dho900
Python class for reading out the Rigol_DHO900 via USB or Ethernet
https://github.com/steffen-w/rigol_dho900
dho900 dho914 dho914s dho924 dho924s rigol rigol-oscilloscopes
Last synced: 4 months ago
JSON representation
Python class for reading out the Rigol_DHO900 via USB or Ethernet
- Host: GitHub
- URL: https://github.com/steffen-w/rigol_dho900
- Owner: Steffen-W
- License: apache-2.0
- Created: 2024-02-07T20:01:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T20:17:48.000Z (over 1 year ago)
- Last Synced: 2024-11-28T00:15:45.069Z (6 months ago)
- Topics: dho900, dho914, dho914s, dho924, dho924s, rigol, rigol-oscilloscopes
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Requirements
pip install python-vxi11 numpy matplotlib python-usbtmc
# Example
In example.py you can connect the Rigol scope via USB or ethernet.

# Attention
This python script was created on the fly and is not guaranteed in use. I am happy about every pull request to improve the code.