Class CreateCouplingDevice

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

public class CreateCouplingDevice extends AbstractNetworkModification
Adds a coupling device between two busbar sections. If topology extensions are present, then it creates open disconnectors to connect the breaker to every parallel busbar section, else does not create them. If there are exactly two busbar sections and that they must have the same sectionIndex, then no open disconnector is created.
Author:
Coline Piloquet <coline.piloquet at rte-france.com>
  • Method Details