Low-level GPIB (IEEE-488.2) communication layer with gpib-ctypes and PyVISA backends
Project description
KI488
Low-level GPIB (IEEE-488.2) communication layer for Keithley instruments.
Backends
Automatically selects the best available backend:
- linux-gpib (native, Linux)
- gpib-ctypes (native, Windows — recommended)
- pyvisa (fallback, any platform)
Installation
pip install ki488
Or from source:
pip install git+https://github.com/YOUR_USERNAME/ki488.git
Usage
from ki488 import KI488
ki = KI488(board=0)
ki.write(18, "*RST")
response = ki.query(18, "*IDN?")
print(response)
ki.close()
License
MIT
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
ki488-1.0.0.tar.gz
(5.1 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
ki488-1.0.0-py3-none-any.whl
(5.8 kB
view details)
File details
Details for the file ki488-1.0.0.tar.gz.
File metadata
- Download URL: ki488-1.0.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4fb6476773cf68b66cbc6c9c06d3822e61cf3b4cb4b927741af677e2d36b2bb
|
|
| MD5 |
a674cafadde76880608935c0209ededf
|
|
| BLAKE2b-256 |
169499b7d91b08bed22d8b687d837c53e72c32b5133e5ac5a4f28f539be94626
|
File details
Details for the file ki488-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ki488-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f73c091b97b88bfa8f68a017e72c3045424866a9f5a3a38e1a9bbeee79dfb8d5
|
|
| MD5 |
4a30cd2496f08deb1bc26b0cc4fb6d3a
|
|
| BLAKE2b-256 |
5699aaa79ec75c0b3e8144b53c54fc62aa04d5853956bf7bbab334c42c094df0
|