Clara Hobbs
f54c0d7b4e
Update shebang to Python 3, make script executable
6 lat temu
Simon Larsson
444538b2c4
Updated for Python3, and to get image format directly
Requesting the correct image format direcly makes the request faster,
as PNG is much smaller. This also removes the external dependency on
the Pillow library.
7 lat temu
RoGeorge
570ad8ed5b
Add '\n' for all SCPI commands
7 lat temu
RoGeorge
b0030f172f
Querry *OPC? instead of waiting 1 second between commands.
Added logging file, 'OscScreenGrabLAN.py.log'.
8 lat temu
RoGeorge
34bb2f564a
Intermediary commit before push
8 lat temu
RoGeorge
f918bb83a9
Adding function "print_running_Python_versions()" for ERROR type exits.
8 lat temu
RoGeorge
4e789d845b
Default path to captured files changed from '' to 'captures/'
8 lat temu
RoGeorge
f025bca67e
Deprecate 'PIL' and use 'pillow' instead of 'PIL'.
On a clean Python 2.7.12, 'pillow' must be installed manually.
IMPORTANT !
If you previously had 'PIL' installed, then 'PIL' must be uninstalled.
Install 'pillow' only after uninstalling 'PIL'.
8 lat temu
RoGeorge
bf861fa24c
Test 24 million points extraction to CSV in small chunks.
This is just a draft of the idea - code optimisation strongly needed.
9 lat temu
RoGeorge
54a5c7203d
Separate code from captures
9 lat temu
RoGeorge
0efdeb9f7c
Add waveform data capture/export to CSV capability
9 lat temu
RoGeorge
2586c85a36
Add Linux executable capability
9 lat temu
RoGeorge
df9abe75d9
Put capture/export in TODO list
9 lat temu
RoGeorge
58e3bbc377
Ported for Linux - tested on Debian 7.7.0
Python 2.7.3 and PIL were already included in Debian
9 lat temu
RoGeorge
939193c0a1
Remove hardcoded numbers
9 lat temu
RoGeorge
4115e00996
Remove hardcoded numbers
9 lat temu
RoGeorge
ed8bb4b018
Remove dead commented code
9 lat temu
RoGeorge
f25624a4be
Create OscScreenGrabLAN.py
9 lat temu