Yertai ET5406A+ programmable DC load driver for bench automation — direct pyserial, no pyvisa
Project description
rf-bench-drivers-yertai
Yertai ET5406A+ programmable DC load driver for the rf_bench bench automation framework.
200 W / 120 V / 20 A. USB connection via CH340 serial adapter. Uses pyserial directly — no pyvisa required.
Install
pip install rf-bench-drivers-yertai
Usage
from rf_bench.yertai import ET5406A
with ET5406A() as load: # auto-detects CH340 adapter
load.CC_mode(1.0) # 1 A constant current
load.on()
v, i, p, r = load.read_all()
print(f"{v:.3f} V {i:.3f} A {p:.3f} W")
load.off()
License
GPL-3.0-or-later
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
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 rf_bench_drivers_yertai-0.1.0.tar.gz.
File metadata
- Download URL: rf_bench_drivers_yertai-0.1.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8e4a8015d305c08a580ccb5aac0ea61667121f2d2507c16c6f0c11021561f3e
|
|
| MD5 |
c213926afd64fa26db555287ec4a9ce4
|
|
| BLAKE2b-256 |
4e911c3042c200fc1c9e435a69d0440db40ae4673b9515d41e8f84e5f08a9c24
|
File details
Details for the file rf_bench_drivers_yertai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rf_bench_drivers_yertai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09759732bd5df3cb41d5303871df8738ed34ef0931b212a2ae007fd40d570f68
|
|
| MD5 |
8fe4d9c558616236316b93a6a130b619
|
|
| BLAKE2b-256 |
d013abecb17bac87628232fc82d5148d24546219d4957acdb9fd84afc664ea9f
|