Power Supply
Helper class to control power supplies on the Chip Test Board (CTB, Xilinx CTB).
- class slsdet.Power(name, enum, default, detector)
Bases:
objectThis class represents a power supply on the Chip Test Board.
Note
This class is used to build up NamedPowers and is in general not directly accessible to the user.
- property dac
Returns the dac value for this power supply in mV.
- disable()
Disable this power supply.
- enable()
Enable this power supply.
- property enabled
Returns whether this power supply is enabled.