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

Implement remaining methods for CAEN #11

Closed lobis closed 1 year ago

lobis commented 1 year ago

Only the commonly used methods are implemented (vmon, vset...). All the commands exist in the codebase but they are not implemented as properties yet.

lobis commented 1 year ago

All methods have been implemented in https://github.com/lobis/hvps/pull/14, thanks @AlonsoDRDLV!