Skip to content

Migration guide v6.1.0

Anne Tilloy edited this page Nov 20, 2023 · 26 revisions

Breaking changes

IIDM

Disconnectors on parallel bars

TODO

Custom connection/disconnection of terminals

TODO

Get side on three windings transformer leg

TODO

Limit violations for three windings transformers

TODO

LoadFlowResult

A LoadFlowResult introduced a dedicated object to store a slack bus result. In a SlackBusResult, you have access to the id of the slack bus used during the calculation and the associated active power mismatch in MW (getActivePowerMismatch()). As several slack buses car be used in a single component calculation, a LoadFlowResult outputs a list of SlackBusResult.

New status NO_CALCULATION has been added, meaning that the component was not calculated, e.g. de-energized component without any voltage support. SOLVER_FAILED status has been removed, please use FAILED status for non convergence. For more details about status, a dedicated String field has been added: use getStatusText for a more detailed description.

And finally, load flow results give access now to the angle reference bus id through the method getReferenceBusId().

Methods getSlackBusId(), getSlackBusActivePowerMismatch() and isOk() are deprecated.

Compatibility

TODO or delete

Quality

Runtime dependencies

TODO or delete

Deprecated methods clean-up

TODO or delete

The following deprecated methods have been deleted:

  • TODO()

The following deprecated enum types have been deleted:

  • TODO
Clone this wiki locally