Uses of Interface
com.powsybl.iidm.network.ReactiveLimits
-
Packages that use ReactiveLimits Package Description com.powsybl.iidm.mergingview com.powsybl.iidm.network com.powsybl.iidm.network.impl -
-
Uses of ReactiveLimits in com.powsybl.iidm.mergingview
Methods in com.powsybl.iidm.mergingview with type parameters of type ReactiveLimits Modifier and Type Method Description <L extends ReactiveLimits>
LBatteryAdapter. getReactiveLimits(Class<L> type)
<L extends ReactiveLimits>
LGeneratorAdapter. getReactiveLimits(Class<L> type)
<L extends ReactiveLimits>
LVscConverterStationAdapter. getReactiveLimits(Class<L> type)
Methods in com.powsybl.iidm.mergingview that return ReactiveLimits Modifier and Type Method Description ReactiveLimits
BatteryAdapter. getReactiveLimits()
ReactiveLimits
GeneratorAdapter. getReactiveLimits()
ReactiveLimits
VscConverterStationAdapter. getReactiveLimits()
-
Uses of ReactiveLimits in com.powsybl.iidm.network
Subinterfaces of ReactiveLimits in com.powsybl.iidm.network Modifier and Type Interface Description interface
MinMaxReactiveLimits
Generator
reactive limits that does not depend of the active power.interface
ReactiveCapabilityCurve
A reactive capability curve to define reactive limits of aGenerator
or
Battery
that depends of the active power.
Methods in com.powsybl.iidm.network with type parameters of type ReactiveLimits Modifier and Type Method Description <L extends ReactiveLimits>
LReactiveLimitsHolder. getReactiveLimits(Class<L> type)
Methods in com.powsybl.iidm.network that return ReactiveLimits Modifier and Type Method Description ReactiveLimits
ReactiveLimitsHolder. getReactiveLimits()
Get reactive limits of the generator. -
Uses of ReactiveLimits in com.powsybl.iidm.network.impl
Methods in com.powsybl.iidm.network.impl with type parameters of type ReactiveLimits Modifier and Type Method Description <R extends ReactiveLimits>
RBatteryImpl. getReactiveLimits(Class<R> type)
Methods in com.powsybl.iidm.network.impl that return ReactiveLimits Modifier and Type Method Description ReactiveLimits
BatteryImpl. getReactiveLimits()
Get reactive limits of the generator.Methods in com.powsybl.iidm.network.impl with parameters of type ReactiveLimits Modifier and Type Method Description void
BatteryImpl. setReactiveLimits(ReactiveLimits reactiveLimits)
-