Class ReducedCurrentLimits

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

public class ReducedCurrentLimits extends AbstractReducedLoadingLimits implements CurrentLimits

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

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

    • ReducedCurrentLimits

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