You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`control_side`| {py:class}`BranchSide <power_grid_model.enum.BranchSide>` if the regulated object is a [transformer](001-components.md#transformer) and {py:class}`Branch3Side <power_grid_model.enum.Branch3Side>` if it is a [Three-Winding Transformer](001-components.md#three-winding-transformer)| - | the controlled side of the transformer | ✨ only for power flow | ❌ |`control_side` should be the relatively further side to a source |
111
-
|`u_set`|`double`| volt (V) | the voltage setpoint (at the center of the band) | ✨ only for power flow | ✔️ |`>= 0`|
112
-
|`u_band`|`double`| volt (V) | the width of the voltage band ($=2*(\Delta U)_{\text{acceptable}}$) | ✨ only for power flow | ✔️ |`> 0` (see below) |
113
-
|`line_drop_compensation_r`|`double`| ohm (Ω) | compensation for voltage drop due to resistance during transport (see [below](#line-drop-compensation)) | ❌ default `0.0`| ✔️ |`>= 0`|
114
-
|`line_drop_compensation_x`|`double`| ohm (Ω) | compensation for voltage drop due to reactance during transport (see [below](#line-drop-compensation)) | ❌ default `0.0`| ✔️ |`>= 0`|
115
-
108
+
| name | data type | unit | description | required | update | valid values |
|`control_side`| {py:class}`BranchSide <power_grid_model.enum.BranchSide>` / {py:class}`Branch3Side <power_grid_model.enum.Branch3Side>`| - | controlled side of transformer |✨ only for power flow |❌| control_side should be further from source |
111
+
|`u_set`|`double`| volt (V) | voltage setpoint |✨ only for power flow |✔|`>= 0`|
112
+
|`u_band`|`double`| volt (V) | voltage band width |✨ only for power flow |✔|`> 0`|
0 commit comments