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.9.tar.gz
(127.4 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.9.tar.gz.
File metadata
- Download URL: fusaware_instruments-0.1.9.tar.gz
- Upload date:
- Size: 127.4 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 |
d003d68a45d0ac213791bd231b31f84228afa4287f9653fcf21d8f3cb63e7924
|
|
| MD5 |
ca9d7ec4522cc55a2b47f575f98c55e5
|
|
| BLAKE2b-256 |
a67f3347ab271300969a482083f0a0c9fc8f57222727dd6f57e4f4e0a73ce26d
|
File details
Details for the file fusaware_instruments-0.1.9-py3-none-any.whl.
File metadata
- Download URL: fusaware_instruments-0.1.9-py3-none-any.whl
- Upload date:
- Size: 111.2 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 |
3ca0ba364cee8fea21dc06c0bb87969e14b7fe755227c658d0d461d639e4e382
|
|
| MD5 |
c35abc3e34d37c4cf466cc06c3d84da2
|
|
| BLAKE2b-256 |
0741ca0110fe3ab67966956683d95fd4df8d638d862c58ef0c76e7251f7361b3
|