Keithley DAQ6510 GPIB driver with 7702/7704 multiplexer relay control
Project description
DAQ GPIB
Keithley DAQ6510 GPIB driver with 7702/7704 multiplexer relay control for 4-wire measurements.
Installation
pip install daq-gpib
Usage
from ki488 import KI488
from daq_gpib import DAQ6510GPIB
ki = KI488(board=1)
daq = DAQ6510GPIB(ki)
daq.connect(20)
daq.setup_channel("1", "VOLT", "RESISTOR")
voltage = daq.read_voltage_4wire("101,121,143,145")
print(f"Voltage: {voltage} V")
daq.disconnect()
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
daq_gpib-1.0.0.tar.gz
(5.3 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 daq_gpib-1.0.0.tar.gz.
File metadata
- Download URL: daq_gpib-1.0.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04c57e9934121fa99d80cbc2f10f7be17513112fe2231fb8a5efdd13106a250e
|
|
| MD5 |
f8ccee960b4162d62709dbbdabd4c7c7
|
|
| BLAKE2b-256 |
f9dac3f7e89fb09b4351742705c65a57197f6c8d1bb295b1283e6ed8659ed23a
|
File details
Details for the file daq_gpib-1.0.0-py3-none-any.whl.
File metadata
- Download URL: daq_gpib-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.0 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 |
9b50ece2138441a4831537280eaef15c1ae736222bc0f186a62439d180090484
|
|
| MD5 |
33e531559e40a759ccb9463ca418a4f7
|
|
| BLAKE2b-256 |
b83544f92cd3f2df34c02cbb185f9e569737103ab780f35e7f70e4c0a96b9a81
|