Skip to main content

Rigol DP832 power supply control library (unofficial)

Project description

Rigol DP832 powersupply control library (unofficial, Python)

This is a currently under development control library for the DP832 power supply. It implements the PowerSupply base class from the pylabdevs base class.

Currently only control via Ethernet is implemented in the DP832LAN class.

Simple usage example

with DP832LAN("10.4.1.12", logLevel = "DEBUG") as dp:
   print(dp.idn())
   dp.setChannelEnable(True, 1)
   dp.setVoltage(23, 1)
   dp.setCurrent(1.2, 1)
   print(f"Measured voltage {dp.getVoltage(1)} and current {dp.getCurrent(1)}")
   dp.setChannelEnable(False, 1)

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

pydp832-tspspi-0.0.4.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

pydp832_tspspi-0.0.4-py3-none-any.whl (5.3 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