Interface for Tektronix Oscilloscopes.
- Basic support for model TBS1072C
- Basic support for model TBS2012B
To install the Tektronix Oscilloscope Interface, run this command in your terminal:
$ pip install tektronixosc
Note that usage in Windows will require the NI-VISA driver.
For the TDS2012B the USB rear port has to be configured as "Computer".
To use Tektronix Oscilloscope in a project:
from tektronixosc import Oscilloscope osc = Oscilloscope() # Get signal data from first channel data = osc.channels[0].get_signal()
Many thanks to the Measurement Engineering Group, since this project is a fork of their project keysightosc.