State¶
Leafs
-
class
Components.Component.PowerSupply.
State
¶ Bases:
Entity
Class Hierarchy:
Components
Component
PowerSupply
State
This class represents state data.
Operational state data for power supply components
-
enabled
¶ Adminsitrative control on the on/off state of the power supply unit
type: bool
config: False
default value: true
-
capacity
¶ Maximum power capacity of the power supply
type: str
length: 4..4config: False
units: watts
-
input_current
¶ The input current draw of the power supply
type: str
length: 4..4config: False
units: amps
-
input_voltage
¶ Input voltage to the power supply
type: str
length: 4..4config: False
units: volts
-
output_current
¶ The output current supplied by the power supply
type: str
length: 4..4config: False
units: amps
-
output_voltage
¶ Output voltage supplied by the power supply
type: str
length: 4..4config: False
units: volts
-
output_power
¶ Output power supplied by the power supply
type: str
length: 4..4config: False
units: watts
-