Python TekDPO2000
Class for controlling and obtaining data from Tektronix DPO2k range of oscilloscopes.
Before installing, make sure that you have installed all of the prerequiste dependancies:
Python - (Tested on 2.6 and 2.7).
PyVISA - For handling the connection to the oscilloscope.
PyVISA-py - Pure Python backend for PyVISA.
A python class for controlling the DPO2k series of scopes that we have in the lab. Uses pyvisa to establish a connection with the oscilloscope, which can then be computer controlled. For a full list of commands for the scope, the programmers guide is available.
Also contains an example script showing how it can be used.