Skip to content

Commit

Permalink
update : created static method to fill transformer adder, added copy …
Browse files Browse the repository at this point in the history
…for operational limit groups and tests

Signed-off-by: Naledi EL CHEIKH <[email protected]>
  • Loading branch information
Naledi EL CHEIKH committed Jan 9, 2025
1 parent 9070498 commit 6f9651c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ public TwoWindingsTransformer add() {
copiedTwoWindingsTransformer.getSelectedOperationalLimitsGroupId2().ifPresent(transformer::setSelectedOperationalLimitsGroup2);
}



// check that the two windings transformer is attachable on both side
voltageLevel1.getTopologyModel().attach(terminal1, true);
voltageLevel2.getTopologyModel().attach(terminal2, true);
Expand Down

0 comments on commit 6f9651c

Please sign in to comment.