We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c6533 commit 97ff216Copy full SHA for 97ff216
pandapower/network_schema/ext_grid.py
@@ -42,15 +42,15 @@
42
nullable=True,
43
required=False,
44
description="maxium R/X ratio of short-circuit impedance",
45
- metadata={"sc": True},
+ metadata={"sc": True, "3ph": True},
46
),
47
"rx_min": pa.Column(
48
float,
49
pa.Check.ge(0),
50
51
52
description="minimum R/X ratio of short-circuit impedance",
53
54
55
"r0x0_max": pa.Column(
56
0 commit comments