Uses of Interface
com.powsybl.iidm.network.Battery
-
Packages that use Battery Package Description com.powsybl.iidm.mergingview com.powsybl.iidm.network com.powsybl.iidm.network.impl com.powsybl.loadflow.resultscompletion.z0flows -
-
Uses of Battery in com.powsybl.iidm.mergingview
Classes in com.powsybl.iidm.mergingview that implement Battery Modifier and Type Class Description class
BatteryAdapter
Methods in com.powsybl.iidm.mergingview that return Battery Modifier and Type Method Description Battery
BatteryAdderAdapter. add()
Battery
MergingView. getBattery(String id)
Methods in com.powsybl.iidm.mergingview that return types with arguments of type Battery Modifier and Type Method Description Iterable<Battery>
MergingView. getBatteries()
Stream<Battery>
MergingView. getBatteryStream()
-
Uses of Battery in com.powsybl.iidm.network
Methods in com.powsybl.iidm.network that return Battery Modifier and Type Method Description Battery
BatteryAdder. add()
Build the Battery object.Battery
Network. getBattery(String id)
Get a battery.Battery
Battery. setMaxP(double maxP)
Set the maximal active power in MW.Battery
Battery. setMinP(double minP)
Set the minimal active power in MW.Battery
Battery. setP0(double p0)
Set the constant active power in MW.Battery
Battery. setQ0(double q0)
Set the constant reactive power in MVar.Methods in com.powsybl.iidm.network that return types with arguments of type Battery Modifier and Type Method Description Iterable<Battery>
Bus. getBatteries()
Get batteries connected to the bus.Iterable<Battery>
Network. getBatteries()
Get all batteries.Iterable<Battery>
VoltageLevel. getBatteries()
Get batteries.Stream<Battery>
Bus. getBatteryStream()
Get batteries connected to the bus.Stream<Battery>
Network. getBatteryStream()
Get all batteries.Stream<Battery>
VoltageLevel. getBatteryStream()
Get batteries.Methods in com.powsybl.iidm.network with parameters of type Battery Modifier and Type Method Description void
AbstractEquipmentTopologyVisitor. visitBattery(Battery battery)
void
AbstractTerminalTopologyVisitor. visitBattery(Battery battery)
void
DefaultTopologyVisitor. visitBattery(Battery battery)
default void
TopologyVisitor. visitBattery(Battery battery)
-
Uses of Battery in com.powsybl.iidm.network.impl
Classes in com.powsybl.iidm.network.impl that implement Battery Modifier and Type Class Description class
BatteryImpl
Methods in com.powsybl.iidm.network.impl that return Battery Modifier and Type Method Description Battery
BatteryImpl. setMaxP(double maxP)
Set the maximal active power in MW.Battery
BatteryImpl. setMinP(double minP)
Set the minimal active power in MW.Battery
BatteryImpl. setP0(double p0)
Set the constant active power in MW.Battery
BatteryImpl. setQ0(double q0)
Set the constant reactive power in MVar. -
Uses of Battery in com.powsybl.loadflow.resultscompletion.z0flows
Methods in com.powsybl.loadflow.resultscompletion.z0flows with parameters of type Battery Modifier and Type Method Description void
Z0FlowFromBusBalance. visitBattery(Battery battery)
-