Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions docs/readthedocs/models/input/grid/line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Representation of an AC line.
Attributes, Units and Remarks
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Type Model
""""""""""
Type Model (AC)
"""""""""""""""

+-----------+---------+---------------------------------------------+
| Attribute | Unit | Remarks |
Expand All @@ -30,6 +30,21 @@ Type Model
| vRated | kV | Rated voltage |
+-----------+---------+---------------------------------------------+

Type Model (DC)
"""""""""""""""

+-----------+---------+---------------------------------------------+
| Attribute | Unit | Remarks |
+===========+=========+=============================================+
| uuid | -- | |
+-----------+---------+---------------------------------------------+
| id | -- | Human readable identifier |
+-----------+---------+---------------------------------------------+
| SMax | MVA | Maximum apparent power |
+-----------+---------+---------------------------------------------+
| PMax | MW | Maximum real power |
+-----------+---------+---------------------------------------------+

Entity Model
""""""""""""

Expand Down Expand Up @@ -64,6 +79,8 @@ Entity Model
| | | | The pairs are wind velocity in x and permissible |
| | | | loading in y. |
+-------------------+------+--------------------------------------------------------+
| ACDC | -- | | AC or DC line |
+-------------------+------+--------------------------------------------------------+

Caveats
^^^^^^^
Expand Down