Skip to content

Commit e980dd7

Browse files
committed
fix typo and add rated current in asym line documentation
Signed-off-by: leovsch <leo.25.1996@gmail.com>
1 parent 976ebee commit e980dd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/user_manual/components.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ This representation holds for all values `r_aa` ... `r_nn`, `x_aa` ... `x_nn` an
327327
| `c_cc` | `double` | farad (F) | Shunt nodal capacitance matrix cc | &#10024; for a full c matrix | &#10060; | `> 0` |
328328
| `c0` | `double` | farad (F) | zero-sequence shunt capacitance | &#10024; without a c matrix | &#10060; | `> 0` |
329329
| `c1` | `double` | farad (F) | Series shunt capacitance | &#10024; without a c matrix | &#10060; | `> 0` |
330+
| `i_n` | `double` | ampere (A) | rated current | &#10060; | &#10060; | `> 0` |
330331

331332
For the r and x matrices providing values for the neutral phase is optional. To clarify which input values are required, please consult the tables below:
332333

@@ -350,7 +351,7 @@ For the r and x matrices providing values for the neutral phase is optional. To
350351
| &#10004; | &#10060; | &#10060; | &#10060; | &#10060; | &#10004; | |
351352
| &#10060; | &#10060; | &#10060; | &#10060; | &#10060; | &#10060; | MultiFieldValidationError |
352353

353-
For the c-matrix values there are two options. Either provide all the required c-matrix values i.e. `c_aa` ... `c_cc` or provide `c0`, `c1`. Whenver both sets are supplied the powerflow calculations will use `c0`, `c1`.
354+
For the c-matrix values there are two options. Either provide all the required c-matrix values i.e. `c_aa` ... `c_cc` or provide `c0`, `c1`. Whenever both sets are supplied the powerflow calculations will use `c0`, `c1`.
354355
The table below provides guidance in providing valid input.
355356

356357
| c_aa ... c_cc | c0 | c1 | result | Validation Error |

0 commit comments

Comments
 (0)