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 the regulated object 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*\left(\Delta U\right)_{\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`|
108
+
| name | data type | unit | description| required | update | valid values|
|`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
115
116
116
The following additional requirements exist on the input parameters.
0 commit comments