Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T20:17:48.000Z (11 months ago)
- Last Synced: 2024-02-07T21:24:11.601Z (11 months ago)
- Topics: dho900, dho914, dho914s, dho924, dho924s, rigol, rigol-oscilloscopes
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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.
![Plot](https://github.com/Steffen-W/Rigol_DHO900/assets/52629706/1b2ad95a-15d6-48cf-a753-3694ebf7d743)
# 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.