Skip to main content

Pure Python implementation of a VISA library.

Project description

Continuous integration Documentation building Keysight assisted testing Code Coverage Documentation Status PyPI - License PyPI

A PyVISA backend that implements a large part of the “Virtual Instrument Software Architecture” (VISA) in pure Python (with the help of some nice cross platform libraries python packages!).

Description

PyVISA started as wrapper for the IVI-VISA library and therefore you need to install a VISA library in your system (National Instruments, Keysight, etc). This works most of the time, for most people. But IVI-VISA implementations are proprietary libraries that only works on certain systems. That is when PyVISA-py jumps in.

Starting from version 1.6, PyVISA allows to use different backends. These backends can be dynamically loaded. PyVISA-py is one of such backends. It implements most of the methods for Message Based communication (Serial/USB/GPIB/Ethernet) using Python and some well developed, easy to deploy and cross platform libraries

VISA and Python

Python has a couple of features that make it very interesting for measurement controlling:

  • Python is an easy-to-learn scripting language with short development cycles.

  • It represents a high abstraction level, which perfectly blends with the abstraction level of measurement programs.

  • It has a very rich set of native libraries, including numerical and plotting modules for data analysis and visualisation.

  • A large set of books (in many languages) and on-line publications is available.

Requirements

  • Python (tested with 3.6+)

  • PyVISA 1.11+

Optionally:

  • PySerial (to interface with Serial instruments)

  • PyUSB (to interface with USB instruments)

  • linux-gpib (to interface with gpib instruments, only on linux)

  • gpib-ctypes (to interface with GPIB instruments on Windows and Linux)

  • psutil (to discover TCPIP devices across multiple interfaces)

  • zeroconf (for HiSLIP and VICP devices discovery)

  • pyvicp (to enable the Teledyne LeCroy proprietary VICP protocol)

Installation

Using pip:

$ pip install pyvisa-py

Documentation

The documentation can be read online at https://pyvisa-py.readthedocs.org

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

PyVISA-py-0.6.3.tar.gz (90.4 kB view details)

Uploaded Source

Built Distribution

PyVISA_py-0.6.3-py3-none-any.whl (70.0 kB view details)

Uploaded Python 3

File details

Details for the file PyVISA-py-0.6.3.tar.gz.

File metadata

  • Download URL: PyVISA-py-0.6.3.tar.gz
  • Upload date:
  • Size: 90.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyVISA-py-0.6.3.tar.gz
Algorithm Hash digest
SHA256 045b95d3827e5859fc9e80f8890aee047d6f736543002c7c13b5e934eb50b3c7
MD5 bd59a119a2c794c5ddd2d4b1d3a63c17
BLAKE2b-256 97732ca306bfca54edbec43a73c714dbdaf6672737727c5a4bd16621e0718138

See more details on using hashes here.

Provenance

File details

Details for the file PyVISA_py-0.6.3-py3-none-any.whl.

File metadata

  • Download URL: PyVISA_py-0.6.3-py3-none-any.whl
  • Upload date:
  • Size: 70.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for PyVISA_py-0.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a3451a96fb2a16a47d3957e536bd94d94063da9a83db7b9f6c3cf265824dfd8e
MD5 fbd846b86eaffe626c5e3441e6130ebc
BLAKE2b-256 251644fc360da80af77ed9fe5d9335cf624a9e797c969b79f2daa4eff53fc759

See more details on using hashes here.

Provenance

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