Skip to main content

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
from PyTektronixScope.VisaList import VisaObjectList

# List all the available Visa instrument
print VisaObjectList()

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

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.1.tar.gz (5.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page