https://github.com/richmit/testequipmentscripts
Scripts for test equipment (oscilloscopes, DMMs, etc...)
https://github.com/richmit/testequipmentscripts
oscilloscope rigol rigol-oscilloscopes scpi scpi-instruments siglent tektronix waveform
Last synced: 13 days ago
JSON representation
Scripts for test equipment (oscilloscopes, DMMs, etc...)
- Host: GitHub
- URL: https://github.com/richmit/testequipmentscripts
- Owner: richmit
- Created: 2023-04-07T22:03:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-25T15:58:23.000Z (4 months ago)
- Last Synced: 2026-03-25T22:50:37.484Z (4 months ago)
- Topics: oscilloscope, rigol, rigol-oscilloscopes, scpi, scpi-instruments, siglent, tektronix, waveform
- Language: Ruby
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
# -*- Mode:Org; Coding:utf-8; fill-column:158 -*-
* Test Equipment Scripts
Here you will find a collection of scripts I use with the equipment on [[https://www.mitchr.me/SS/eeBench/index.html][my electronics workbench]].
Many of these scripts use [[https://richmit.github.io/mrSCPI/][mrSCPI]].
- =raw2csv_dho.rb=, =raw2csv_sds.rb=, =raw2csv_tds.rb= ::
Convert Oscilloscope raw waveform data into CSV. Supported scopes:
- Rigol DHO2000/4000 series
- Siglent SDS2000X+ series scopes
- Tektronix TDS 2000 & 3000B series scopes
- =readDHO4k.m= ::
Matlab/Octave function to load raw waveform files from Rigol DHO2000/4000 series scopes.
- =screenshot_dho4k.rb=, =screenshot_sig2k.rb=, =screenshot_tek3k.rb=, & =screenshot_wf.sh= ::
Grab Oscilloscope screenshots. Supported scopes:
- Rigol DHO2000/4000 series
- Siglent SDS2000X+ series scopes
- Tektronix 3000B series scopes
- Digilent Analog Discovery (all models).
- =getwave_dho4k.rb=, =getwave_sig2k.sh=, =getwave_tek2k.sh=, =getwave_tek3k-serial.sh=, =getwave_tek3k.sh= ::
Pull waveform data from Oscilloscopes. Supported scopes:
- Rigol DHO2000/4000 series
- Siglent SDS2000X+ series scopes
- Tektronix TDS 2000 & 3000B series scopes
- =getwave_sig2k.rb= ::
Pull one or more frames/segments of waveform data from Siglent SDS2000X+ series scopes.