Skip to content

zone11/DS2202E-ScreenCapture

Repository files navigation

DS2202E-ScreenCapture

DS2202E-ScreenCapture.py is a Python script that captures whatever is displayed on the screen of a Rigol DS2202E series oscilloscope.

It can save data as a WYSIWYG (What You See Is What You Get) picture of the oscilloscope screen, or as a text file in CSV (Comma Separated Values) format.

To achieve this, SCPI (Standard Commands for Programmable Instruments) are sent from the computer to the oscilloscope, using the LXI (LAN-based eXtensions for Instrumentation) protocol over a Telnet connection. The computer and the oscilloscope are connected together by a LAN (Local Area Network). No USB (Universal Serial Bus), no VISA (Virtual Instrument Software Architecture), no IVI (Interchangeable Virtual Instrument) and no Rigol drivers are required.

Python 2 with PIP < 10.0 is required. python -m pip install pip==9.0.3

Python 3 is not supported at the moment

Based on work of RoGeorge - https://github.com/RoGeorge/DS1054Z_screen_capture

About

Python script that captures whatever is displayed on the screen of a Rigol DS2202E

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages