Closed olperr1 closed 2 months ago
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Bug fix
What is the current behavior?
When a LimitViolation is detected on a ThreeWindingsTransformer.Leg, it contains the following data:
LimitViolation
ThreeWindingsTransformer.Leg
subjectId
LfLegBranch
side
ONE
TWO
For instance, if a LimitViolation is detected on the leg 2 of the ThreeWindingsTransformer "3wt", these data are respectively "3wt_leg_2" and ONE.
ThreeWindingsTransformer
What is the new behavior (if this is a feature change)?
It now contains the following data:
For the previous example, the data are now respectively: "3wt" and TWO.
Does this PR introduce a breaking change or deprecate an API?
Other information:
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 100.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarCloud
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Bug fix
What is the current behavior?
When a
LimitViolation
is detected on aThreeWindingsTransformer.Leg
, it contains the following data:subjectId
: the ID of the correspondingLfLegBranch
;side
:ONE
(corresponding to theLfLegBranch
side on which the limits are set. On sideTWO
there is the star bus)For instance, if a LimitViolation is detected on the leg 2 of the
ThreeWindingsTransformer
"3wt", these data are respectively "3wt_leg_2" andONE
.What is the new behavior (if this is a feature change)?
It now contains the following data:
ThreeWindingsTransformer
For the previous example, the data are now respectively: "3wt" and
TWO
.Does this PR introduce a breaking change or deprecate an API?
Other information: