Add your description here
Project description
visa-instrument-drivers
Tiny, pragmatic VISA instrument drivers built to use PyVISA.
import pyvisa
from visa_instrument_drivers import RigolDP800
rm = pyvisa.ResourceManager()
instr = rm.open_resource("TCPIP::192.168.0.107::INSTR")
dp832a = RigolDP800(instr)
dp832a.write_source_voltage(13.5) # CH1
print(dp832a.read_source_voltage()) # 13.5 (setpoint)
instr.close()
rm.close()
Build and publish
python -m pip install --upgrade pip build twine
# python -m build
# python -m twine upload --repository pypi dist/*
uv version --bump patch
uv build
# uv tool install uv-publish
uv-publish # looks for .pypirc file with PyPI credentials
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
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 visa_instrument_drivers-0.1.5.tar.gz.
File metadata
- Download URL: visa_instrument_drivers-0.1.5.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
863103c982aa14d2813d9603dbb2d5bc53ae3ad1eb25ff53cd7e701e70155e2b
|
|
| MD5 |
1b88c99cc354b9a84e1105de9cee9cc6
|
|
| BLAKE2b-256 |
d762cb2d368deee2db74e565c239d4725f362b85fc555c9310147cab2e8f8ae4
|
File details
Details for the file visa_instrument_drivers-0.1.5-py3-none-any.whl.
File metadata
- Download URL: visa_instrument_drivers-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d32fa55783d542673da61e655733d30279bf1404712920578887295fe250739d
|
|
| MD5 |
900ea2c66275293f073664883e3cd1b3
|
|
| BLAKE2b-256 |
5f5753e3b2e390bc717e4bb920a95a4eac5854fd4b58bcb82c8c3d02503ba52a
|