Skip to content

Migration guide v4.5.0

Florian Dupuy edited this page Oct 12, 2021 · 4 revisions

Move connectable

At this release, any connectable can be moved through either Terminal.NodeBreakerView::moveConnectable(int node, String voltageLevelId) or Terminal.BusBreakerView::moveConnectable(String busId, boolean connected), depending on the topology of the move destination. The moving line feature introduced in 4.4.0 directly in the Line interface has been removed.

Clone this wiki locally