Class ReducedActivePowerLimits

java.lang.Object
com.powsybl.security.limitreduction.result.AbstractReducedLoadingLimits
com.powsybl.security.limitreduction.result.ReducedActivePowerLimits
All Implemented Interfaces:
ActivePowerLimits, LoadingLimits, OperationalLimits

public class ReducedActivePowerLimits extends AbstractReducedLoadingLimits implements ActivePowerLimits

Simple implementation of ActivePowerLimits not linked to a network element, used to provide reduced active power limits without altering the real ones of the network element.

Author:
Olivier Perrin <olivier.perrin at rte-france.com>
  • Constructor Details

    • ReducedActivePowerLimits

      public ReducedActivePowerLimits(double permanentLimit, double originalPermanentLimit, double permanentLimitReduction)