rigol-grab
rigol-grab copied to clipboard
Capture Rigol DS1054Z Oscilloscope display as a .png file
I hope this is an appropriate place to post this. I've created a simple **PowerShell** script to aid in running the rigol_grab.py script. All it does is prompt for an...
``` stepan@imhotep rigol-grab % pipenv install Installing dependencies from Pipfile.lock (0e10d6)... [pipenv.exceptions.InstallError]: Collecting cycler==0.10.0 (from -r /var/folders/ng/kbbx860d3m792v60ptd52r2h0000gn/T/pipenv-0m354e34-requirements/pipenv-9gnjujw7-hashed-reqs.txt (line 1)) [pipenv.exceptions.InstallError]: Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB) [pipenv.exceptions.InstallError]: Collecting kiwisolver==1.1.0 (from -r...
The command on this scope is `:DISP:DATA? PNG`. The USB product ID on my DHO924S is 0x044C. I also used https://github.com/rdpoor/rigol-grab/pull/10 since it seemed reasonable, but I don't know if...
- (On some platforms?) pyvisa-py uses decimal numbers for the VID/PID values. This change allows both the hex and decimal representations to work when finding the Rigol device. - After...
Hello and thanks for this small script which also got me exited trying this out and to contribute to it. Long story short. I have Linux Arch machine and the...
On my Windows 10 system, screen images are captured reliably. But on my Mac PowerBook, *most* of the time the PNG data is mangled. I'm not sure if this is...
I am using Windows10 and Rigol DS1054Z connected using USB. The scope appeared in device manager with "no driver installed" message. I installed script by following the setup step by...
I'm getting the following issue running on macOS 10.14.4 with Python 3.7 on a Rigol DS1054Z ```python File "rigol_grab.py", line 69, in grabber.grab(filename=opts.filename, auto_open=opts.auto_open) File "rigol_grab.py", line 24, in grab...
DS1102E
Would you help me adopt this for DS1102E USB0::0x1AB1::0x0588::DS1ET155226316::INSTR Much appreciated!