Test and measurement hardware abstraction library and protocol decodes. This is the library only. Most users should use scopehal-apps.
BSD 3-Clause "New" or "Revised" License
207
stars
94
forks
source link
Siglent: Support MSO channels #580
Open
azonenberg opened 2 years ago
For SDS2000X+/SDS2000X HD/SDS5000X/SDS6000, we can process digital waveforms with the following steps:
:DIGITAL:SRATE?
.:WAVEFORM:PREAMBLE?
:DIGITAL:POINTS?
.:WAVEFORM:PREAMBLE?
.:WAVEFORM:SOURCE D<N>
:WAVEFORM:DATA?
:DIGITAL:POINTS?
.Python script to fetch and plot analog/math/digital waveforms on SDS2000X+: https://gist.github.com/hansemro/311107a5bf4a5e5733b729a947f09b0b#file-sds2000xp_read_waveforms-py
scopehal prototype branch for SDS2000X+: https://github.com/hansemro/scopehal/commits/siglent-mso-dev