Keithley 2450 SourceMeter GPIB driver for current sourcing and 4-wire measurements
Project description
K2450 GPIB
Keithley 2450 SourceMeter GPIB driver for current sourcing and 4-wire resistance measurements.
Installation
pip install k2450-gpib
Usage
from ki488 import KI488
from k2450_gpib import Keithley2450GPIB
ki = KI488(board=0)
smu = Keithley2450GPIB(ki)
smu.connect(18)
smu.set_current_source(0.001) # 1mA
smu.output_on()
smu.set_current_level(-0.001) # Current reversal
smu.output_off()
smu.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
k2450_gpib-1.0.0.tar.gz
(4.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 k2450_gpib-1.0.0.tar.gz.
File metadata
- Download URL: k2450_gpib-1.0.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74b587a3f330c25d6f1b6d1bcc3aaefd268e4c75e3b78accd2f352b3832b6cc1
|
|
| MD5 |
d2bda4cbf1349aee6ae90af8ab016b97
|
|
| BLAKE2b-256 |
2a9138bc9d0c3155748f4b7972b7dc52e1e81cc21c7f616e7e1280c0a0eff3db
|
File details
Details for the file k2450_gpib-1.0.0-py3-none-any.whl.
File metadata
- Download URL: k2450_gpib-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.2 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 |
b7cb399e864c1dc96bdaed2ec4fef9b9cbd9571b70e06b09338cffdd705e9ff8
|
|
| MD5 |
dc1d323bbf2119caffa0ba5e8adb34b5
|
|
| BLAKE2b-256 |
38d29a6d1d7078d52876a9d0dcdb869040ee6300cf186924be66ebdf15b487b2
|