We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b385551 commit 17677c8Copy full SHA for 17677c8
src/power_grid_model_ds/_core/model/dtypes/branches.py
@@ -54,15 +54,6 @@ class GenericBranch(Branch):
54
x1: NDArray[np.float64] # positive-sequence reactance
55
g1: NDArray[np.float64] # positive-sequence conductance
56
b1: NDArray[np.float64] # positive-sequence susceptance
57
- k: NDArray[np.float64] # off-nominal ratio
58
- theta: NDArray[np.float64] # angle shift (radian)
59
- sn: NDArray[np.float64] # rated power
60
-
61
- _defaults = {
62
- "k": 1.0,
63
- "theta": 0.0,
64
- "sn": 0.0,
65
- }
66
67
68
class Transformer(Branch):
0 commit comments