Class ReducedApparentPowerLimits

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

public class ReducedApparentPowerLimits extends AbstractReducedLoadingLimits implements ApparentPowerLimits

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

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

    • ReducedApparentPowerLimits

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