Control Keysight U3606B Multimeter through PyVISA
Project description
u3606b Python driver (unofficial)
This is a Python driver for the u3606b multimeter. It is based on the official U3606B Multimeter| DC Power Supply Programming Guide and PyVISA package. PyVISA is a Python package that allows you to control measurement devices independently of the interface (GPIB, USB, Ethernet, etc.) by using a common API.
The driver is not complete, but it is a good starting point for anyone who wants to control the u3606b multimeter with Python.
The driver supports the following functions:
- Read voltage
- Read current
- Set voltage
- Set current
- Set output on/off
- Set limits
- Step output
Pre-requisites
- Python 3.8 or higher (lower versions may work, but have not been tested)
- Windows: NI-VISA or NI-488.2 or Keysight IO Library Suite
- Linux/MAC: please refer to gpib-resources-gpib-instr
Installation
pip install u3606b_py
Example
from u3606b_py.u3606b import U3606B
u3606b_dev = U3606B()
u3606b_dev._open()
u3606b_dev._reset()
u3606b_dev.sour_vol_rng(rng='8V')
u3606b_dev.sour(lvl='1.0V')
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 u3606b_py-0.0.4.tar.gz.
File metadata
- Download URL: u3606b_py-0.0.4.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1f5fdd2e2353bafc47325e1bba2eee1e6aaaa6445c18bf6e188ac2448295bbd
|
|
| MD5 |
304963d935461b18b2984ac87ff4c312
|
|
| BLAKE2b-256 |
792d14999aafd28c44aab27ee92f308b86e21f98b826056c516222fe009a043d
|
File details
Details for the file u3606b_py-0.0.4-py3-none-any.whl.
File metadata
- Download URL: u3606b_py-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a381e80cc978328673186393136de8715937c3c59d3c631fda79a25f83dc0393
|
|
| MD5 |
97c3ebe9827ded766b50e99885bff1c4
|
|
| BLAKE2b-256 |
d99774eb9a1b65587f6299481c639b28f2a9a6b3f11efc7adbe37037e3de1d74
|