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.11.tar.gz
(127.6 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.11.tar.gz.
File metadata
- Download URL: fusaware_instruments-0.1.11.tar.gz
- Upload date:
- Size: 127.6 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 |
69588b383d7a5e521ded90a252d0d75fefa071b3333ac47a2e5ca6a243c6ec40
|
|
| MD5 |
d3529421aebae68d14e7219abc944931
|
|
| BLAKE2b-256 |
4c7c7b75f177b6033f2ec6125f98a7f276d4620df8be8710dbebe36fea4f8a5a
|
File details
Details for the file fusaware_instruments-0.1.11-py3-none-any.whl.
File metadata
- Download URL: fusaware_instruments-0.1.11-py3-none-any.whl
- Upload date:
- Size: 111.3 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 |
98949f87b1fcb3ac0b31e90f87c419875c83af5f5b1417cd90e82fe7acbc7356
|
|
| MD5 |
ef82d783dd3834ece5b936f5ab5acf7c
|
|
| BLAKE2b-256 |
e92bc8f6993da26a5b5604d5eb721f54fadb1c78d416dc8317d0ded4aac495ac
|