Skip to content

Commit 98191b7

Browse files
authored
Merge pull request #293 from PowerGridModel/fix/yaml-config-windings
fix winding config in yaml
2 parents 2753d05 + 68c96b8 commit 98191b7

File tree

3 files changed

+32
-8
lines changed

3 files changed

+32
-8
lines changed

src/power_grid_model_io/config/excel/vision_en.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ grid:
825825
conn_str: Connection
826826
neutral_grounding: N2
827827
winding_3:
828-
power_grid_model_io.functions.phase_to_phase.get_winding_2:
828+
power_grid_model_io.functions.phase_to_phase.get_winding_3:
829829
conn_str: Connection
830830
neutral_grounding: N3
831831
clock_12:
@@ -936,6 +936,14 @@ substitutions:
936936
Tap side:
937937
1: 0
938938
2: 1
939+
Tap side a:
940+
1: 0
941+
2: 1
942+
3: 2
943+
Tap side c:
944+
1: 0
945+
2: 1
946+
3: 2
939947
Synchronous generators.Q:
940948
absorb: -1
941949
supply: 1

src/power_grid_model_io/config/excel/vision_en_9_7.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ grid:
820820
conn_str: Connection
821821
neutral_grounding: N2
822822
winding_3:
823-
power_grid_model_io.functions.phase_to_phase.get_winding_2:
823+
power_grid_model_io.functions.phase_to_phase.get_winding_3:
824824
conn_str: Connection
825825
neutral_grounding: N3
826826
clock_12:
@@ -931,6 +931,14 @@ substitutions:
931931
Tap side:
932932
1: 0
933933
2: 1
934+
Tap side a:
935+
1: 0
936+
2: 1
937+
3: 2
938+
Tap side c:
939+
1: 0
940+
2: 1
941+
3: 2
934942
Synchronous generators.Q:
935943
absorb: -1
936944
supply: 1

src/power_grid_model_io/config/excel/vision_nl.yaml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ grid:
813813
conn_str: Schakeling
814814
neutral_grounding: N2
815815
winding_3:
816-
power_grid_model_io.functions.phase_to_phase.get_winding_2:
816+
power_grid_model_io.functions.phase_to_phase.get_winding_3:
817817
conn_str: Schakeling
818818
neutral_grounding: N3
819819
clock_12:
@@ -823,11 +823,11 @@ grid:
823823
power_grid_model_io.functions.phase_to_phase.get_clock_13:
824824
conn_str: Schakeling
825825
tap_side: Trapzijde u
826-
tap_pos: Trapstand i
827-
tap_min: Trapmin i
828-
tap_max: Trapmax i
829-
tap_nom: Trapnom i
830-
tap_size: Trapgrootte i
826+
tap_pos: Trapstand u
827+
tap_min: Trapmin u
828+
tap_max: Trapmax u
829+
tap_nom: Trapnom u
830+
tap_size: Trapgrootte u
831831
r_grounding_1: Ra1
832832
x_grounding_1: Xa1
833833
r_grounding_2: Ra2
@@ -920,6 +920,14 @@ substitutions:
920920
Trapzijde:
921921
1: 0
922922
2: 1
923+
Trapzijde u:
924+
1: 0
925+
2: 1
926+
3: 2
927+
Trapzijde i:
928+
1: 0
929+
2: 1
930+
3: 2
923931
Synchrone generatoren.Q:
924932
terugleveren: -1
925933
leveren: 1

0 commit comments

Comments
 (0)