Package io.openems.edge.evcs.test
Class DummyEvcsPower
- java.lang.Object
-
- io.openems.edge.evcs.test.DummyEvcsPower
-
-
Constructor Summary
Constructors Constructor Description DummyEvcsPower()
DummyEvcsPower(RampFilter rampFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getIncreaseRate()
Gets the current increase rate.RampFilter
getRampFilter()
Gets the RampFilter instance with the configured variables.
-
-
-
Constructor Detail
-
DummyEvcsPower
public DummyEvcsPower(RampFilter rampFilter)
-
DummyEvcsPower
public DummyEvcsPower()
-
-
Method Detail
-
getRampFilter
public RampFilter getRampFilter()
Description copied from interface:EvcsPower
Gets the RampFilter instance with the configured variables.- Specified by:
getRampFilter
in interfaceEvcsPower
- Returns:
- an instance of
RampFilter
-
getIncreaseRate
public float getIncreaseRate()
Description copied from interface:EvcsPower
Gets the current increase rate.- Specified by:
getIncreaseRate
in interfaceEvcsPower
- Returns:
- increase rate
-
-