Skip to content

Commit 66e6a1d

Browse files
committed
fix table
Signed-off-by: zhen0427 <Zhen.Wang@alliander.com>
1 parent 727a74c commit 66e6a1d

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

docs/user_manual/002-components.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,13 @@ The actual grid state is not changed after calculations are done.
105105

106106
#### Input
107107

108-
| name | data type | unit | description | required | update | valid values |
109-
|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|---------------------------------------------------------------------------------------------------------|-------------------------------|----------|-------------|
110-
| `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 |
109+
|------|-----------|------|-------------|----------|---------|--------------|
110+
| `control_side` | {py:class}`BranchSide <power_grid_model.enum.BranchSide>` / {py:class}`Branch3Side <power_grid_model.enum.Branch3Side>` | - | controlled side of transformer | &#10024; only for power flow | &#10060; | control_side should be further from source |
111+
| `u_set` | `double` | volt (V) | voltage setpoint | &#10024; only for power flow | &#10004; | `>= 0` |
112+
| `u_band` | `double` | volt (V) | voltage band width | &#10024; only for power flow | &#10004; | `> 0` |
113+
| `line_drop_compensation_r` | `double` | ohm (Ω) | resistance compensation | &#10060; default `0.0` | &#10004; | `>= 0` |
114+
| `line_drop_compensation_x` | `double` | ohm (Ω) | reactance compensation | &#10060; default `0.0` | &#10004; | `>= 0` |
116115
The following additional requirements exist on the input parameters.
117116

118117
* Depending on the resultant voltage being transformed, the voltage band must be sufficiently large: At zero line drop

0 commit comments

Comments
 (0)