Difference between revisions of "Rigol DS2072"

From sigrok
Jump to navigation Jump to search
(Created page with "thumb|right|Rigol DS2072 The [http://www.rigolna.com/products/digital-oscilloscopes/ds2000/ds2072/ Rigol DS2072] is a 70MHz, 2GSa/s, 2-channel...")
 
(Add sigrok-cli examples for using SCPI over LAN)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[File:Rigol_DS2072_front.jpg|thumb|right|Rigol DS2072]]
{{Infobox oscilloscope
| image              = [[File:Rigol-ds2072 mugshot.png|180px]]
| name                = Rigol DS2072
| status              = supported
| source_code_dir    = rigol-ds
| channels            = 2
| samplerate          = 2GSa/s (1ch), 1GSa/s (2ch)
| 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            = [http://www.rigolna.com/products/digital-oscilloscopes/ds2000/ds2072/ rigolna.com]
}}


The [http://www.rigolna.com/products/digital-oscilloscopes/ds2000/ds2072/ Rigol DS2072] is a 70MHz, 2GSa/s, 2-channel digital storage oscilloscope.
The [http://www.rigolna.com/products/digital-oscilloscopes/ds2000/ds2072/ 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 -vvv''' output) about the device.
See [[Rigol DS2072/Info]] for more details (such as '''lsusb -v''' output) about the device.


== Hardware ==
See [[Rigol DS2000 series]] for information common to all devices in this series.
 
TODO.


== Photos ==
== Photos ==
Line 21: Line 35:
== Protocol ==
== Protocol ==


The device uses [[USBTMC]] for communication with a host PC.
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


== Resources ==


* [http://www.eevblog.com/forum/testgear/first-impressions-and-review-of-the-rigol-ds2072-ds2000-series-dso/ EEVblog forums: Review of the Rigol DS2072]
== More Info ==


[[Category:Device]]
[[Category:Device]]
[[Category:Oscilloscope]]
[[Category:Oscilloscope]]
[[Category:In_progress]]
[[Category:Supported]]

Latest revision as of 16:28, 19 October 2014

Rigol DS2072
Rigol-ds2072 mugshot.png
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


More Info