Simulated backend for PyVISA implementing TCPIP, GPIB, RS232, and USB resources
Project description
PyVISA-sim
PyVISA-sim is a PyVISA backend that simulates a large part of the “Virtual Instrument Software Architecture” (VISA).
Description
PyVISA started as a wrapper for the NI-VISA library and therefore you need to install the National Instruments VISA library in your system. This works most of the time, for most people. But sometimes you need to test PyVISA without the physical devices or even without NI-VISA.
Starting from version 1.6, PyVISA allows to use different backends. These backends can be dynamically loaded. PyVISA-sim is one of such backends. It implements most of the methods for Message Based communication (Serial/USB/GPIB/Ethernet) in a simulated environment. The behaviour of simulated devices can be controlled by a simple plain text configuration file.
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 2.7, and 3.4 to 3.8)
PyVISA 1.6+
Installation
Using pip:
$ pip install -U pyvisa-sim
or install the development version:
$ pip install -U https://github.com/pyvisa/pyvisa-sim/zipball/master
PyVISA is automatically installed if needed.
Testing
Ensure you have tox installed. Then you can simply invoke
$ tox
to run tests for all supported Python versions, or select one with
$ tox -e pyXY
with X being the major version (2 or 3) and Y the minor version.
Documentation
The documentation can be read online at https://pyvisa-sim.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
Built Distribution
Hashes for PyVISA_sim-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39e1932b4da8fcab586ebd13841cbea8e6e34cc2d431c5b59612e56466d2d8eb |
|
MD5 | efb627fbee5a567dafa52fa0f1555c1a |
|
BLAKE2b-256 | 6d082169ce2bc20fd908ea1691f39ec34dcb59b316f48f1f7551898374f4e8f0 |