Skip to main content

PyVISA remote proxy server and client in order to address "remote" hardware as local

Project description

PyVISA-proxy

Documentation Build Status PyPI Versions PyPI - Downloads PyPI Status PyPI License

This plugin should extend PyVISA's funtionality mainly in order to address local hardware which is attached to a remote node, e.g. USB or GPIB. In the end, you can decouple your VISA instrument hosting where you need bare metal nodes and the test script runner.

Getting started

Installation

Using pip:

pip install pyvisa-proxy

Server

In order to make devices remotely available, just run the PyVISA-remote server on your node. The server will open new VISA resources per request. Just run

python -m pyivsa_proxy --port 5000

in order to host your "local" connections. Use any available port for network sharing.

Client

Use a client like a normal PyVISA class. The calls will be forwarded by reflection to the server. In order to get started, use the following snippet in your code.

import pyvisa

rm = pyvisa.ResourceManager("YourProxyServerIp:YourProxyServerPort@proxy")
instr = rm.open_resource(resource="GPIB0::1::INSTR")
print(instr.query("*IDN?"))

Contributing

I welcome any contributions, enhancements, and bug-fixes. Open an issue on GitHub and submit a pull request.

License

pyvisa-remote is 100% free and open-source, under the MIT license. Use it however you want.

This package is Treeware. If you use it in production, then we ask that you buy the world a tree to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.

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_proxy-0.1.3.tar.gz (40.9 kB view details)

Uploaded Source

Built Distribution

PyVISA_proxy-0.1.3-py3-none-any.whl (15.9 kB view details)

Uploaded Python 3

File details

Details for the file pyvisa_proxy-0.1.3.tar.gz.

File metadata

  • Download URL: pyvisa_proxy-0.1.3.tar.gz
  • Upload date:
  • Size: 40.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyvisa_proxy-0.1.3.tar.gz
Algorithm Hash digest
SHA256 d6fc8488a9fc522c5bc39b5bce8d9055a52078c4a0737883aca8c48ffcc9c1ad
MD5 60c0744a7bd40e5981fee9d536b4ae2a
BLAKE2b-256 8e3b936847e2cb1a184284f85a7b41391e07feadb26ddc951e2264534b1fea8f

See more details on using hashes here.

File details

Details for the file PyVISA_proxy-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: PyVISA_proxy-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 15.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for PyVISA_proxy-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f579f824ec5d8bbc62c2b4f3fbd353e35e4d8c2ccc409656eaa02b65eedff1ff
MD5 8c835626cd6fb449938bd1757e8931f8
BLAKE2b-256 57daf667d28ec6e3b6663d4274525a08ed0949ed55761d36ec25c7bd75b506c1

See more details on using hashes here.

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