Interface to Tektronix Scope
Project description
Overview
This package can be used to record data from a Tektronix scope.
Installation
You need first to install the PyVISA package. To install PyTektronixScope, download the package and run the command:
python setup.py install
You can also directly move the PyTektronixScope directory to a location that Python can import from (directory in which scripts using PyDAQmx are run, etc.)
Sources can also be download on the PyTektronixScope github repository.
Usage
Typical usage:
from PyTektronixScope import PyTektronixScope scope = TektronixScope(instrument_resource_name) X,Y = scope.read_data_one_channel('CH2', t0 = 0, DeltaT = 1E-6, x_axis_out=True)
Contact
Please send bug reports or feedback to Pierre Clade.
Version history
Main changes:
0.1 Initial relase
0.2 Update to new version of visa
0.2.1 Misc. bugs
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PyTektronixScope-0.2.1.tar.gz
(12.4 kB
view hashes)