|
@@ -1,2 +1,19 @@
|
1
|
1
|
# DS1054Z_screen_capture
|
2
|
|
-Capture the display of a Rigol DS1000Z series oscilloscope by LAN only, using LXI SCPI commands. No USB, no VISA, no IVI and no drivers are required.
|
|
2
|
+'OscScreenGrabLAN.py' is a Python script that captures
|
|
3
|
+whatever is displayed by the screen of a Rigol DS1000Z series oscilloscope.
|
|
4
|
+To achieve this, SCPI commands are sent from the computer to the oscilloscope using the LXI protocol.
|
|
5
|
+The computer and the oscilloscope are connected together by a LAN.
|
|
6
|
+No USB, no VISA, no IVI and no drivers are required.
|
|
7
|
+Python 2 is required. Python 3 is not supported.
|
|
8
|
+
|
|
9
|
+Tested only with Windows 7, Python 2.7.9 and Rigol DS1104Z (a fully upgraded DS1054Z oscilloscope).
|
|
10
|
+
|
|
11
|
+Usage:
|
|
12
|
+------
|
|
13
|
+Connect the computer and the oscilloscope together by LAN. Run 'OscScreenGrabLAN.py' in order to capture an image from the oscilloscope display, and save it to the computer disk.
|
|
14
|
+
|
|
15
|
+Example:
|
|
16
|
+
|
|
17
|
+ C:\Python27\python.exe OscScreenGrabLAN.py
|
|
18
|
+
|
|
19
|
+
|