Skip to content

Interface for Tektronix Oscilloscopes. Supported models: TBS1072C

License

Notifications You must be signed in to change notification settings

BMecke/tektronixosc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tektronix Oscilloscope

Interface for Tektronix Oscilloscopes.

Features

  • Basic support for model TBS1072C
  • Basic support for model TBS2012B

Installation

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".

Usage

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()

Thanks

Many thanks to the Measurement Engineering Group, since this project is a fork of their project keysightosc.

About

Interface for Tektronix Oscilloscopes. Supported models: TBS1072C

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages