Class PhaseShifterShiftTap

java.lang.Object
com.powsybl.iidm.modification.AbstractNetworkModification
com.powsybl.iidm.modification.PhaseShifterShiftTap
All Implemented Interfaces:
NetworkModification

public class PhaseShifterShiftTap extends AbstractNetworkModification
Author:
Hamou AMROUN <hamou.amroun at rte-france.com>
  • Constructor Details

    • PhaseShifterShiftTap

      public PhaseShifterShiftTap(String phaseShifterId, int tapDelta)
  • Method Details

    • getTapDelta

      public int getTapDelta()
    • apply

      public void apply(Network network, NamingStrategy namingStrategy, boolean throwException, ComputationManager computationManager, ReportNode reportNode)
      Description copied from interface: NetworkModification
      Applies the modification to the given network. If throwException is set to true, then in case of error, an exception will be thrown. Otherwise, computation will continue but the injection will not be added to the network in case of error.