Difference between revisions of "Rigol DS2072"
Jump to navigation
Jump to search
(Add sigrok-cli examples for using SCPI over LAN) |
|||
(One intermediate revision by one other user not shown) | |||
Line 21: | Line 21: | ||
See [[Rigol DS2072/Info]] for more details (such as '''lsusb -v''' output) about the device. | See [[Rigol DS2072/Info]] for more details (such as '''lsusb -v''' output) about the device. | ||
See [[Rigol DS2000 | See [[Rigol DS2000 series]] for information common to all devices in this series. | ||
== Photos == | == Photos == | ||
Line 32: | Line 32: | ||
File:Rigol_DS2072_waveform.jpg|<small>Device showing a waveform</small> | File:Rigol_DS2072_waveform.jpg|<small>Device showing a waveform</small> | ||
</gallery> | </gallery> | ||
== Protocol == | |||
Example of using SCPI over LAN: | |||
sigrok-cli -d rigol-ds:conn=tcp-raw/192.168.3.16/5555 -l 5 --scan | |||
sigrok-cli -d rigol-ds:conn=tcp-raw/192.168.3.16/5555 --frames 1 -O analog | |||
== More Info == | == More Info == |
Latest revision as of 15:28, 19 October 2014
Status | supported |
---|---|
Source code | rigol-ds |
Channels | 2 |
Samplerate | 2GSa/s (1ch), 1GSa/s (2ch) |
Analog bandwidth | 70MHz (upgradable up to 300 MHz) |
Vertical resolution | 8bits |
Triggers | edge, pulse, runt, windows, nth edge, slope, video, pattern, delay, timeout, duration, setup/hold, RS232/UART, I²C, SPI, CAN, USB |
Input impedance | 1MΩ‖16pF 300V RMS CAT I |
Memory | 56Mpts (mode/ch-dependent) |
Display | 8" 800x480, 160K colors |
Connectivity | USB host/device, ethernet, trigger out, pass/fail out |
Features | math: +, —, x, /, FFT, vertical sensitivity: 500µV/div - 10V/div |
Website | rigolna.com |
The Rigol DS2072 is a USB-based, 2-channel oscilloscope with an analog bandwidth of 70MHz and 2GS/s sampling rate.
See Rigol DS2072/Info for more details (such as lsusb -v output) about the device.
See Rigol DS2000 series for information common to all devices in this series.
Photos
Protocol
Example of using SCPI over LAN:
sigrok-cli -d rigol-ds:conn=tcp-raw/192.168.3.16/5555 -l 5 --scan sigrok-cli -d rigol-ds:conn=tcp-raw/192.168.3.16/5555 --frames 1 -O analog