Class AbstractLfInjection

java.lang.Object
com.powsybl.openloadflow.network.AbstractPropertyBag
com.powsybl.openloadflow.network.impl.AbstractLfInjection
Direct Known Subclasses:
AbstractLfGenerator, LfLoadImpl

public abstract class AbstractLfInjection extends AbstractPropertyBag
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Field Details

    • initialTargetP

      protected double initialTargetP
    • targetP

      protected double targetP
  • Constructor Details

    • AbstractLfInjection

      protected AbstractLfInjection(double initialTargetP, double targetP)
  • Method Details

    • getInitialTargetP

      public double getInitialTargetP()
    • getTargetP

      public double getTargetP()