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

Create parent class for top level PS connector #18

Closed lobis closed 1 year ago

lobis commented 1 year ago

Create class HVPS which defines common code to connect to serial port etc.

Child classes CAEN and ISEG will inherit from this class and implement specific methods (such as module addressing in caen).