-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow Xnodes connected to more than 2 Nodes to be imported correctly …
…if the number of connected branches s lower or equal than two. (#1780) Signed-off-by: Sébastien Murgey <[email protected]>
- Loading branch information
Showing
6 changed files
with
113 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
ucte/ucte-converter/src/test/resources/xnodeOneClosedLine.uct
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
##C 2007.05.01 | ||
Generated by powsybl, 2019.09.23 17:47 | ||
Case date: 2019.09.24 19:30 | ||
##N | ||
##ZBE | ||
BEBBBB11 0 0 3.96708 0.00000 0.00000 0.00000 | ||
BEBBBB12 0 0 3.96708 0.00000 0.00000 0.00000 | ||
##ZFR | ||
FFFFFF11 0 0 3.96708 0.00000 0.00000 0.00000 | ||
FFFFFF12 0 0 3.96708 0.00000 0.00000 0.00000 | ||
##ZXX | ||
XXXXXX11 1 0 3.96708 0.00000 0.00000 0.00000 | ||
##L | ||
BEBBBB11 XXXXXX11 1 8 0.0000 0.2000 0.000000 8080 ABCDE | ||
BEBBBB12 XXXXXX11 1 8 0.0000 0.2000 0.000000 8080 ABCDE | ||
FFFFFF11 XXXXXX11 1 8 0.0000 0.2000 0.000000 8080 ABCDE | ||
FFFFFF12 XXXXXX11 1 0 0.0000 0.2000 0.000000 8080 ABCDE | ||
##T | ||
##R |
19 changes: 19 additions & 0 deletions
19
ucte/ucte-converter/src/test/resources/xnodeThreeClosedLine.uct
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
##C 2007.05.01 | ||
Generated by powsybl, 2019.09.23 17:47 | ||
Case date: 2019.09.24 19:30 | ||
##N | ||
##ZBE | ||
BEBBBB11 0 0 3.96708 0.00000 0.00000 0.00000 | ||
BEBBBB12 0 0 3.96708 0.00000 0.00000 0.00000 | ||
##ZFR | ||
FFFFFF11 0 0 3.96708 0.00000 0.00000 0.00000 | ||
FFFFFF12 0 0 3.96708 0.00000 0.00000 0.00000 | ||
##ZXX | ||
XXXXXX11 1 0 3.96708 0.00000 0.00000 0.00000 | ||
##L | ||
BEBBBB11 XXXXXX11 1 0 0.0000 0.2000 0.000000 8080 ABCDE | ||
BEBBBB12 XXXXXX11 1 8 0.0000 0.2000 0.000000 8080 ABCDE | ||
FFFFFF11 XXXXXX11 1 0 0.0000 0.2000 0.000000 8080 ABCDE | ||
FFFFFF12 XXXXXX11 1 0 0.0000 0.2000 0.000000 8080 ABCDE | ||
##T | ||
##R |
19 changes: 19 additions & 0 deletions
19
ucte/ucte-converter/src/test/resources/xnodeTwoClosedLine.uct
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
##C 2007.05.01 | ||
Generated by powsybl, 2019.09.23 17:47 | ||
Case date: 2019.09.24 19:30 | ||
##N | ||
##ZBE | ||
BEBBBB11 0 0 3.96708 0.00000 0.00000 0.00000 | ||
BEBBBB12 0 0 3.96708 0.00000 0.00000 0.00000 | ||
##ZFR | ||
FFFFFF11 0 0 3.96708 0.00000 0.00000 0.00000 | ||
FFFFFF12 0 0 3.96708 0.00000 0.00000 0.00000 | ||
##ZXX | ||
XXXXXX11 1 0 0.00000 0.00000 0.00000 0.00000 | ||
##L | ||
BEBBBB11 XXXXXX11 1 0 0.0000 0.2000 0.000000 8080 ABCDE | ||
BEBBBB12 XXXXXX11 1 8 0.0000 0.2000 0.000000 8080 ABCDE | ||
FFFFFF11 XXXXXX11 1 8 0.0000 0.2000 0.000000 8080 ABCDE | ||
FFFFFF12 XXXXXX11 1 0 0.0000 0.2000 0.000000 8080 ABCDE | ||
##T | ||
##R |