Skip to content

Commit f2c2b11

Browse files
Merge pull request #981 from leovsch/main
fix typo and add rated current in asym line documentation
2 parents 976ebee + e980dd7 commit f2c2b11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/user_manual/components.md

+2-1
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 | ✨ for a full c matrix | ❌ | `> 0` |
328328
| `c0` | `double` | farad (F) | zero-sequence shunt capacitance | ✨ without a c matrix | ❌ | `> 0` |
329329
| `c1` | `double` | farad (F) | Series shunt capacitance | ✨ without a c matrix | ❌ | `> 0` |
330+
| `i_n` | `double` | ampere (A) | rated current | ❌ | ❌ | `> 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
| ✔ | ❌ | ❌ | ❌ | ❌ | ✔ | |
351352
| ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | 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)