Tiny, pragmatic VISA instrument drivers on top of PyVISA.
Project description
visa-instrument-drivers
Tiny, pragmatic VISA instrument drivers built on PyVISA.
from visa_instrument_drivers import RigolDP800
psu = RigolDP800("DP832A")
psu.connect("TCPIP::192.168.0.107::INSTR")
psu.write_source_voltage(13.5) # CH1
print(psu.read_source_voltage()) # 13.5 (setpoint)
psu.disconnect()
Build and publish
python -m pip install --upgrade pip build twine
python -m build
python -m twine upload --repository pypi dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fusaware_instruments-0.1.14.tar.gz
(128.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fusaware_instruments-0.1.14.tar.gz.
File metadata
- Download URL: fusaware_instruments-0.1.14.tar.gz
- Upload date:
- Size: 128.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6e000f163a1f5cb219b8f711f9bbabc532df5e5c88c54e46181c1f872dc7f90
|
|
| MD5 |
d8a4fe972a443892d3ef508430778597
|
|
| BLAKE2b-256 |
8733d9199ac1e342d1fd8c821c84428032cfa6bb77721714339736485d3bea78
|
File details
Details for the file fusaware_instruments-0.1.14-py3-none-any.whl.
File metadata
- Download URL: fusaware_instruments-0.1.14-py3-none-any.whl
- Upload date:
- Size: 114.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
456b1fa3169b81c09fcff614d634985ff954643798d22df7059b22796c75605f
|
|
| MD5 |
5942b1790aa16fbef908a68037e48a92
|
|
| BLAKE2b-256 |
1c09ffc59777813d4977f9cf7e7c29948db250ed2a7f4ca4de94177dd0502f35
|