Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.03 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.03 KB

Connecting to Vintage Tektronix TDS 700 series Oscilloscopes with Python and Ethernet

In this repository is a python script, TdsCapture.py, that uses the Prologix GPIB-ETHERNET (GPIB-LAN) Controller to perform color or black and white screen captures of the TDS754A scope. This script should work for all the color and black and white Tektronix scopes made during the same time period (i.e. TDS 500 series, TDS 600 series, and TDS 700 series).

The full description of the project and how to install is described in www.surfncircuits.com

Tektronix TDS754A Oscilloscope Front Panel

Prologix GPIB-Ethernet Controller Attached to TDS754A Oscilloscope

Setup and required python 3 libraries

  • pip3 install pyvisa
  • pip3 install pyvisa-py
  • pip3 install tqdm