Class ConnectVoltageLevelOnLine

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

public class ConnectVoltageLevelOnLine extends AbstractNetworkModification
This method cuts an existing line in two lines that will be created and connected to an existing voltage level (also called switching voltage level). The voltage level should be added to the network just before calling this method, and should contains at least a configured bus in bus/breaker topology or a bus bar section in node/breaker topology.
Author:
Miora Vedelago <miora.ralambotiana at rte-france.com>
  • Field Details

    • bbsOrBusId

      protected final String bbsOrBusId
    • line

      protected final Line line
    • line1Id

      protected String line1Id
    • line1Name

      protected String line1Name
    • line2Id

      protected String line2Id
    • line2Name

      protected String line2Name
    • positionPercent

      protected double positionPercent
    • voltageLevel

      protected VoltageLevel voltageLevel
  • Method Details