This class will be the base-class from which all other ACU - Power-Supply classes inherit from.
It has to provide all commonly used power-supply properties, fields and data-types.
As well it can provide all basic Server-Actions.
The Implementation of the RT-Action will not be done by this base-class, but by the concrete PS-class which inherits from this class.
Update:
-- Since it is not clear yet, if a base-PS-class will make sense at all, first we will wait until the two concrete PS-classes for the MCS are finished, and than decide if it makes sense to share parts of their design.