Skip to content

durufle/pyavtech

Repository files navigation

AVTECH Python package

This package allow to drive AVTECH pulse generator.

To install this package in your environment

pip install pyavtech

To import the module in your code:

from pyavtech.pyavr import PyAvr

To open a communication with the device using its alias string:

device = PyAvr(alias)

To open a communication with the device using its GPIB VISA resource name:

device = PyAvr("GPIB0::2::INSTR")

About

avtech pulse generator driver

Resources

License

Stars

Watchers

Forks

Packages

No packages published