Package io.openems.edge.ess.test
Class DummyManagedAsymmetricEss.AsymmetricApplyPowerRecord
java.lang.Object
io.openems.edge.ess.test.DummyManagedAsymmetricEss.AsymmetricApplyPowerRecord
- Enclosing class:
- DummyManagedAsymmetricEss
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
final int
final int
final int
final int
final int
-
Constructor Summary
ConstructorsConstructorDescriptionAsymmetricApplyPowerRecord
(int activePowerL1, int reactivePowerL1, int activePowerL2, int reactivePowerL2, int activePowerL3, int reactivePowerL3) -
Method Summary
-
Field Details
-
activePowerL1
public final int activePowerL1 -
reactivePowerL1
public final int reactivePowerL1 -
activePowerL2
public final int activePowerL2 -
reactivePowerL2
public final int reactivePowerL2 -
activePowerL3
public final int activePowerL3 -
reactivePowerL3
public final int reactivePowerL3
-
-
Constructor Details
-
AsymmetricApplyPowerRecord
public AsymmetricApplyPowerRecord(int activePowerL1, int reactivePowerL1, int activePowerL2, int reactivePowerL2, int activePowerL3, int reactivePowerL3)
-