Skip to main content

library for controlling Voltcraft PPS power supplies

Project description

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)  # in Windows change string to COMx (eg COM4)

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 :sparkling_heart:

It is also possible to use this module as a command-line tool

$ py -m voltcraft COM3
MODEL=DPPS3230
IMAX=31.5
VMAX=32.2
IMULT=10.0
limits=(32.2, 31.5)
reading=(14.01, 2.13, 'CV')

$ py -m voltcraft COM3 off

$ py -m voltcraft COM3 read
reading=(3.14, 0.0, 'CV')

$ py -m voltcraft COM3 read
reading=(1.7, 0.0, 'CV')

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

voltcraft-1.6.0.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

voltcraft-1.6.0-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page