Package io.openems.edge.ess.power.api
Class SinglePhaseInverter
- java.lang.Object
-
- io.openems.edge.ess.power.api.Inverter
-
- io.openems.edge.ess.power.api.SinglePhaseInverter
-
public class SinglePhaseInverter extends Inverter
Represents a Single-Phase Inverter, e.g. a single-phase Ess or part of a three-phase Ess.
-
-
Constructor Summary
Constructors Constructor Description SinglePhaseInverter(java.lang.String essId, Phase phase)
-
Method Summary
-
Methods inherited from class io.openems.edge.ess.power.api.Inverter
getEssId, getLastActivePower, getPhase, getWeight, of, setLastActivePower, setWeight, toString
-
-
-
-
Constructor Detail
-
SinglePhaseInverter
public SinglePhaseInverter(java.lang.String essId, Phase phase)
-
-