Python in Physics
OSU logo
The content of this page is undergoing revision and will be moved to another site soon.
Instrumentation

Table of Contents

Interfacing a Tektronix Spectrum Analyzer

Tektronix TDS1012B Digital Oscilloscope

  • PyVisa can be used with XP to communicate with this oscilloscope via USB. As the documentation shows, this is accomplished using a LabView Visa compatible DLL.
  • This Python program acquires a waveform and performs an FFT using the FFT function in the SciPy or numpy packages. The crude tds1012b.py module provides a few functions and classes for the scope. The programming manual for the tds1000/2000 series explains the command sequences.

LabJack Analog and Digital I/O Device

  • Nothing yet.