Class RemoveHvdcLineBuilder
- java.lang.Object
-
- com.powsybl.iidm.modification.topology.RemoveHvdcLineBuilder
-
public class RemoveHvdcLineBuilder extends Object
- Author:
- Anis Touri
-
-
Constructor Summary
Constructors Constructor Description RemoveHvdcLineBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoveHvdcLine
build()
RemoveHvdcLineBuilder
withHvdcLineId(String hvdcLineId)
RemoveHvdcLineBuilder
withShuntCompensatorIds(String... shuntCompensatorIds)
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).
-
-
-
Method Detail
-
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)
-
-