lobis / hvps

A Python package for controlling high voltage power supplies (HVPS) over serial port. Supports CAEN and iseg power supplies.
https://github.com/lobis/hvps
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Support multiple high voltage power supply brands #1

Closed lobis closed 1 year ago

lobis commented 1 year ago

Initially this project was born to interface with CAEN power supplies but we currently have the need to also interface with ISEG power supplies.

Since both PSU support communication via serial commands (over usb connection) I think it makes sense to evolve this library into supporting multiple brands of PSU, since there would be a good portion of shared code.