PyVISA-sim


NamePyVISA-sim JSON
Version 0.6.0 PyPI version JSON
download
home_page
SummarySimulated backend for PyVISA implementing TCPIP, GPIB, RS232, and USB resources
upload_time2023-11-27 18:00:21
maintainer
docs_urlNone
author
requires_python>=3.7
licenseThe MIT License Copyright (c) 2014 PyVISA-sim Authors and contributors. See AUTHORS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords visa gpib usb serial rs232 measurement acquisition simulator mock
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            PyVISA-sim
==========

.. image:: https://github.com/pyvisa/pyvisa-sim/workflows/Continuous%20Integration/badge.svg
    :target: https://github.com/pyvisa/pyvisa-sim/actions
    :alt: Continuous integration
.. image:: https://github.com/pyvisa/pyvisa-sim/workflows/Documentation%20building/badge.svg
    :target: https://github.com/pyvisa/pyvisa/actions
    :alt: Documentation building
.. image:: https://codecov.io/gh/pyvisa/pyvisa-sim/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/pyvisa/pyvisa-sim
    :alt: Code Coverage
.. image:: https://readthedocs.org/projects/pyvisa-sim/badge/?version=latest
    :target: https://pyvisa-sim.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. image:: https://img.shields.io/pypi/l/PyVISA-sim
    :target: https://pypi.python.org/pypi/pyvisa-sim
    :alt: PyPI - License
.. image:: https://img.shields.io/pypi/v/PyVISA-sim
    :target: https://pypi.python.org/pypi/pyvisa-sim
    :alt: PyPI

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 3.8 to 3.11)
-  PyVISA 1.11+

Installation
------------

Using ``pip``:

   $ pip install -U pyvisa-sim

or install the development version:

   $ pip install git+https://github.com/pyvisa/pyvisa-sim

PyVISA is automatically installed if needed.


Documentation
-------------

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

.. _VISA: http://www.ivifoundation.org/Downloads/Specifications.html

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "PyVISA-sim",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "\"Matthieu C. Dartiailh\" <m.dartiailh@gmail.com>",
    "keywords": "VISA,GPIB,USB,serial,RS232,measurement,acquisition,simulator,mock",
    "author": "",
    "author_email": "\"Hernan E. Grecco\" <hernan.grecco@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/72/71/c17bb267adcaa32aa588fd1e2ba16337054bae69a31a562b0150b4d2d898/PyVISA-sim-0.6.0.tar.gz",
    "platform": null,
    "description": "PyVISA-sim\n==========\n\n.. image:: https://github.com/pyvisa/pyvisa-sim/workflows/Continuous%20Integration/badge.svg\n    :target: https://github.com/pyvisa/pyvisa-sim/actions\n    :alt: Continuous integration\n.. image:: https://github.com/pyvisa/pyvisa-sim/workflows/Documentation%20building/badge.svg\n    :target: https://github.com/pyvisa/pyvisa/actions\n    :alt: Documentation building\n.. image:: https://codecov.io/gh/pyvisa/pyvisa-sim/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/pyvisa/pyvisa-sim\n    :alt: Code Coverage\n.. image:: https://readthedocs.org/projects/pyvisa-sim/badge/?version=latest\n    :target: https://pyvisa-sim.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n.. image:: https://img.shields.io/pypi/l/PyVISA-sim\n    :target: https://pypi.python.org/pypi/pyvisa-sim\n    :alt: PyPI - License\n.. image:: https://img.shields.io/pypi/v/PyVISA-sim\n    :target: https://pypi.python.org/pypi/pyvisa-sim\n    :alt: PyPI\n\nPyVISA-sim is a PyVISA backend that simulates a large part of the\n\"Virtual Instrument Software Architecture\" (`VISA`_).\n\nDescription\n-----------\n\nPyVISA started as a wrapper for the NI-VISA library and therefore you\nneed to install the National Instruments VISA library in your system.\nThis works most of the time, for most people. But sometimes you need to\ntest PyVISA without the physical devices or even without NI-VISA.\n\nStarting from version 1.6, PyVISA allows to use different backends.\nThese backends can be dynamically loaded. PyVISA-sim is one of such\nbackends. It implements most of the methods for Message Based\ncommunication (Serial/USB/GPIB/Ethernet) in a simulated environment. The\nbehaviour of simulated devices can be controlled by a simple plain text\nconfiguration file.\n\nVISA and Python\n---------------\n\nPython has a couple of features that make it very interesting for\nmeasurement controlling:\n\n-  Python is an easy-to-learn scripting language with short development\n   cycles.\n-  It represents a high abstraction level, which perfectly blends with\n   the abstraction level of measurement programs.\n-  It has a very rich set of native libraries, including numerical and\n   plotting modules for data analysis and visualisation.\n-  A large set of books (in many languages) and on-line publications is\n   available.\n\nRequirements\n------------\n\n-  Python (tested with 3.8 to 3.11)\n-  PyVISA 1.11+\n\nInstallation\n------------\n\nUsing ``pip``:\n\n   $ pip install -U pyvisa-sim\n\nor install the development version:\n\n   $ pip install git+https://github.com/pyvisa/pyvisa-sim\n\nPyVISA is automatically installed if needed.\n\n\nDocumentation\n-------------\n\nThe documentation can be read online at https://pyvisa-sim.readthedocs.org\n\n.. _VISA: http://www.ivifoundation.org/Downloads/Specifications.html\n",
    "bugtrack_url": null,
    "license": "The MIT License  Copyright (c) 2014 PyVISA-sim Authors and contributors. See AUTHORS  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Simulated backend for PyVISA implementing TCPIP, GPIB, RS232, and USB resources",
    "version": "0.6.0",
    "project_urls": {
        "changelog": "https://github.com/pyvisa/pyvisa-sim/blob/main/CHANGES.rst",
        "documentation": "https://pyvisa-sim.readthedocs.io/en/latest/",
        "homepage": "https://github.com/pyvisa/pyvisa-sim",
        "repository": "https://github.com/pyvisa/pyvisa-sim"
    },
    "split_keywords": [
        "visa",
        "gpib",
        "usb",
        "serial",
        "rs232",
        "measurement",
        "acquisition",
        "simulator",
        "mock"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d536ed26aeaa10f9ab80dd30d437b46e1be4c30a277386ee052c0a0eed6194a7",
                "md5": "30d8c27b01a228104caa1ddeda533c44",
                "sha256": "ae4343b0ab0ec8245988652eda8fe78f79ee143d90ccf90f01903b8089584ccb"
            },
            "downloads": -1,
            "filename": "PyVISA_sim-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "30d8c27b01a228104caa1ddeda533c44",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 34608,
            "upload_time": "2023-11-27T17:53:31",
            "upload_time_iso_8601": "2023-11-27T17:53:31.603717Z",
            "url": "https://files.pythonhosted.org/packages/d5/36/ed26aeaa10f9ab80dd30d437b46e1be4c30a277386ee052c0a0eed6194a7/PyVISA_sim-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7271c17bb267adcaa32aa588fd1e2ba16337054bae69a31a562b0150b4d2d898",
                "md5": "b14581ec67c4edb2099700a329f82687",
                "sha256": "9076a16912a8114b43c44b1d32894fc1f132d4389d8b2b719af62241e42161c1"
            },
            "downloads": -1,
            "filename": "PyVISA-sim-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b14581ec67c4edb2099700a329f82687",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 51682,
            "upload_time": "2023-11-27T18:00:21",
            "upload_time_iso_8601": "2023-11-27T18:00:21.805030Z",
            "url": "https://files.pythonhosted.org/packages/72/71/c17bb267adcaa32aa588fd1e2ba16337054bae69a31a562b0150b4d2d898/PyVISA-sim-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-27 18:00:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyvisa",
    "github_project": "pyvisa-sim",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "pyvisa-sim"
}
        
Elapsed time: 0.15226s