Class RemoveHvdcLineBuilder

java.lang.Object
com.powsybl.iidm.modification.topology.RemoveHvdcLineBuilder

public class RemoveHvdcLineBuilder extends Object
Author:
Anis Touri <[email protected]>
  • Constructor Details

    • RemoveHvdcLineBuilder

      public RemoveHvdcLineBuilder()
  • Method Details

    • build

      public RemoveHvdcLine build()
    • withHvdcLineId

      public RemoveHvdcLineBuilder withHvdcLineId(String hvdcLineId)
      Parameters:
      hvdcLineId - the non-null ID of the Hvdc line
    • withShuntCompensatorIds

      public RemoveHvdcLineBuilder withShuntCompensatorIds(List<String> shuntCompensatorIds)
      If we remove an hvdc line with lcc converter stations, each converter stations can be associated, in the same voltage level to a series of shunt compensators (also called filters).
      Parameters:
      shuntCompensatorIds - IDs of the shunt compensators that must be deleted.
    • withShuntCompensatorIds

      public RemoveHvdcLineBuilder withShuntCompensatorIds(String... shuntCompensatorIds)