From 5ff3088cc7ec3bb17ee79e8ed1a7c80a9a6efe74 Mon Sep 17 00:00:00 2001 From: noffermann <80309588+noffermann@users.noreply.github.com> Date: Wed, 28 Jul 2021 09:35:05 +0200 Subject: [PATCH] Update line.rst splitting type model into AC and DC --- docs/readthedocs/models/input/grid/line.rst | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/docs/readthedocs/models/input/grid/line.rst b/docs/readthedocs/models/input/grid/line.rst index 800cb3092..9bf45a208 100644 --- a/docs/readthedocs/models/input/grid/line.rst +++ b/docs/readthedocs/models/input/grid/line.rst @@ -7,8 +7,8 @@ Representation of an AC line. Attributes, Units and Remarks ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Type Model -"""""""""" +Type Model (AC) +""""""""""""""" +-----------+---------+---------------------------------------------+ | Attribute | Unit | Remarks | @@ -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 """""""""""" @@ -64,6 +79,8 @@ Entity Model | | | | The pairs are wind velocity in x and permissible | | | | | loading in y. | +-------------------+------+--------------------------------------------------------+ +| ACDC | -- | | AC or DC line | ++-------------------+------+--------------------------------------------------------+ Caveats ^^^^^^^