An open API service indexing awesome lists of open source software.

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...)

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.