Skip to content

Commit 97ff216

Browse files
committed
add 3ph to rx min max for ext grid
1 parent f4c6533 commit 97ff216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandapower/network_schema/ext_grid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
nullable=True,
4343
required=False,
4444
description="maxium R/X ratio of short-circuit impedance",
45-
metadata={"sc": True},
45+
metadata={"sc": True, "3ph": True},
4646
),
4747
"rx_min": pa.Column(
4848
float,
4949
pa.Check.ge(0),
5050
nullable=True,
5151
required=False,
5252
description="minimum R/X ratio of short-circuit impedance",
53-
metadata={"sc": True},
53+
metadata={"sc": True, "3ph": True},
5454
),
5555
"r0x0_max": pa.Column(
5656
float,

0 commit comments

Comments
 (0)