Skip to content

Migration guide v3.4.0

marqueslanauja edited this page May 5, 2020 · 8 revisions

LoadFlowParameters version has been changed to version 1.2

The attribute t2wtSplitShuntAdmittance has been renamed as only one flag is used for all transformers (twoWindings and threeWindings). t2wtSplitShuntAdmittance is now twtSplitShuntAdmittance

The isT2wtSplitShuntAdmittance and setT2wtSplitShuntAdmittance methods are now isTwtSplitShuntAdmittance and setTwtSplitShuntAdmittance

The previous methods isT2wtSplitShuntAdmittance and setT2wtSplitShuntAdmittance have been kept as deprecated.

The current behavior is:
JSON configuration files recorded with previous version (1.1) and previous attribute tag (t2wtSplitShuntAdmittance) are supported and read.
JSON configuration files will always serialize using the current version (1.2) and the current attribute (twtSplitShuntAdmittance)

Clone this wiki locally