- class sophys.common.devices.hvps.HVPS(*args, **kwargs)[source]
A High-Voltage Power Supply (HVPS) device, since the HVPS has no done PV, the implementation uses a PositionerIsClose with a configurable absolute tolerance (default is 2V). The absolute tolerance does not work well for low voltages (e.g. < 50V), but this is not a common use case for HVPS.
Attributes
actuateEpicsSignalCmd --- Suffix = VoltageSetpoint | Kind.omitted
current_limitEpicsSignalWithRBSP --- Suffix = CurrentLimit | Kind.config
current_tripEpicsSignalWithRBSP --- Suffix = CurrentTrip | Kind.config
disableEpicsSignalCmd --- Suffix = OutputDisable | Kind.config
doneInternalSignal --- Suffix = None | Kind.normal
enableEpicsSignalCmd --- Suffix = OutputEnable | Kind.config
operation_statusEpicsSignalMon --- Suffix = OperationStatus | Kind.config
readbackEpicsSignalMon --- Suffix = Voltage | Kind.hinted
setpointEpicsSignalWithRBSP --- Suffix = VoltageSetpoint | Kind.config