cdleonard / voltcraft

Python module for voltcraft powersupplies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

voltcraft.pps

PyPI PyPI - Downloads MIT license GitHub issues Github Sponsors

Python module for controlling Voltcraft PPS and DPPS powersupplies.
Available at www.conrad.com (PPS) and www.conrad.com (DPPS)

from voltcraft.pps import PPS

supply = PPS(port="/dev/ttyUSB0", reset=True)

supply.voltage(10.0)
supply.current(2.0)
supply.output(1)

Install via:

pip install voltcraft

There's no documentation, but the module is tiny, so please just read the voltcraft/pps.py đź’–

About

Python module for voltcraft powersupplies

License:MIT License


Languages

Language:Python 100.0%