-
Notifications
You must be signed in to change notification settings - Fork 43
Migration guide v6.1.0
TODO
TODO
TODO
TODO
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.
TODO or delete
TODO or delete
TODO or delete
The following deprecated methods have been deleted:
TODO()
The following deprecated enum types have been deleted:
TODO