Interface ReactiveLimitsHolder

All Known Subinterfaces:
Battery, DanglingLine.Generation, Generator, VscConverterStation
All Known Implementing Classes:
BatteryImpl

public interface ReactiveLimitsHolder
Author:
Mathieu Bague <mathieu.bague at rte-france.com>
  • Method Details

    • getReactiveLimits

      ReactiveLimits getReactiveLimits()
      Get reactive limits of the generator.
    • getReactiveLimits

      <L extends ReactiveLimits> L getReactiveLimits(Class<L> type)
    • newReactiveCapabilityCurve

      ReactiveCapabilityCurveAdder newReactiveCapabilityCurve()
      Get a builder to create and associate a new reactive capability curve to this generator.
    • newMinMaxReactiveLimits

      MinMaxReactiveLimitsAdder newMinMaxReactiveLimits()
      Get a builder to create and associate minimum and maximum reactive limits to this generator.