Skip to content

Commit 004e5ed

Browse files
committed
fix code quality
Signed-off-by: zhen0427 <Zhen.Wang@alliander.com>
1 parent b88b5db commit 004e5ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/user_manual/002-components.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,13 @@ The actual grid state is not changed after calculations are done.
106106
#### Input
107107

108108
| name | data type | unit | description | required | update | valid values |
109-
|------|-----------|------|-------------|----------|---------|--------------|
109+
| ------ | ----------- | ------ | ------------- | ---------- | --------- | -------------- |
110110
| `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 |
111111
| `u_set` | `double` | volt (V) | voltage setpoint | &#10024; only for power flow | &#10004; | `>= 0` |
112112
| `u_band` | `double` | volt (V) | voltage band width | &#10024; only for power flow | &#10004; | `> 0` |
113113
| `line_drop_compensation_r` | `double` | ohm (Ω) | resistance compensation | &#10060; default `0.0` | &#10004; | `>= 0` |
114114
| `line_drop_compensation_x` | `double` | ohm (Ω) | reactance compensation | &#10060; default `0.0` | &#10004; | `>= 0` |
115+
115116
The following additional requirements exist on the input parameters.
116117

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

0 commit comments

Comments
 (0)