@@ -24,61 +24,59 @@ You may extend / alter the naming with pre- or suffix by calling `new EntityPers
2424
2525### Input
2626
27- ``` {eval-rst}
28- .. list-table::
29- :widths: auto
27+ ``` {list-table}
3028 :header-rows: 1
29+ :widths: auto
3130
32- * - Model
33- - File Name
34- * - operator
35- - *prefix_* operator_input *_suffix*
36- * - node
37- - *prefix_* node_input *_suffix*
38- * - line
39- - | *prefix_* line_input *_suffix*
40- | *prefix_* line_type_input *_suffix*
41- * - switch
42- - *prefix_* switch_input *_suffix*
43- * - two winding transformer
44- - | *prefix_* transformer2w_input *_suffix*
45- | *prefix_* transformer2w_type_input *_suffix*
46- * - three winding transformer
47- - | *prefix_* transformer3w_input *_suffix*
48- | *prefix_* transformer3w_type_input *_suffix*
49- * - measurement unit
50- - *prefix_* measurement_unit_input *_suffix*
51- * - biomass plant
52- - | *prefix_* bm_input *_suffix*
53- | *prefix_* bm_type_input *_suffix*
54- * - combined heat and power plant
55- - | *prefix_* chp_input *_suffix*
56- | *prefix_* chp_type_input *_suffix*
57- * - electric vehicle
58- - | *prefix_* ev_input *_suffix*
59- | *prefix_* ev_type_input *_suffix*
60- * - electric vehicle charging station
61- - *prefix_* evcs_input *_suffix*
62- * - fixed feed in facility
63- - *prefix_* fixed_feed_in_input *_suffix*
64- * - heat pump
65- - | *prefix_* hp_input *_suffix*
66- | *prefix_* hp_type_input *_suffix*
67- * - load
68- - *prefix_* load_input *_suffix*
69- * - photovoltaic power plant
70- - *prefix_* pv_input *_suffix*
71- * - electrical energy storage
72- - | *prefix_* storage_input *_suffix*
73- | *prefix_* storage_type_input *_suffix*
74- * - wind energy converter
75- - | *prefix_* wec_input *_suffix*
76- | *prefix_* wec_type_input *_suffix*
77- * - schematic node graphic
78- - *prefix_* node_graphic_input *_suffix*
79- * - schematic line graphic
80- - *prefix_* line_graphic_input *_suffix*
81-
31+ * - Model
32+ - File Name
33+ * - operator
34+ - *prefix_* operator_input *_suffix*
35+ * - node
36+ - *prefix_* node_input *_suffix*
37+ * - line
38+ - *prefix_* line_input *_suffix*
39+ *prefix_* line_type_input *_suffix*
40+ * - switch
41+ - *prefix_* switch_input *_suffix*
42+ * - two winding transformer
43+ - *prefix_* transformer2w_input *_suffix*
44+ *prefix_* transformer2w_type_input *_suffix*
45+ * - three winding transformer
46+ - *prefix_* transformer3w_input *_suffix*
47+ *prefix_* transformer3w_type_input *_suffix*
48+ * - measurement unit
49+ - *prefix_* measurement_unit_input *_suffix*
50+ * - biomass plant
51+ - *prefix_* bm_input *_suffix*
52+ *prefix_* bm_type_input *_suffix*
53+ * - combined heat and power plant
54+ - *prefix_* chp_input *_suffix*
55+ *prefix_* chp_type_input *_suffix*
56+ * - electric vehicle
57+ - *prefix_* ev_input *_suffix*
58+ *prefix_* ev_type_input *_suffix*
59+ * - electric vehicle charging station
60+ - *prefix_* evcs_input *_suffix*
61+ * - fixed feed in facility
62+ - *prefix_* fixed_feed_in_input *_suffix*
63+ * - heat pump
64+ - *prefix_* hp_input *_suffix*
65+ *prefix_* hp_type_input *_suffix*
66+ * - load
67+ - *prefix_* load_input *_suffix*
68+ * - photovoltaic power plant
69+ - *prefix_* pv_input *_suffix*
70+ * - electrical energy storage
71+ - *prefix_* storage_input *_suffix*
72+ *prefix_* storage_type_input *_suffix*
73+ * - wind energy converter
74+ - *prefix_* wec_input *_suffix*
75+ *prefix_* wec_type_input *_suffix*
76+ * - schematic node graphic
77+ - *prefix_* node_graphic_input *_suffix*
78+ * - schematic line graphic
79+ - *prefix_* line_graphic_input *_suffix*
8280```
8381
8482### Id Coordinate
@@ -89,8 +87,7 @@ Csv id coordinate sources can have two different ways to represent their coordin
8987
9088### Time Series
9189
92- ``` {eval-rst}
93- .. list-table::
90+ ``` {list-table}
9491 :widths: 50 50
9592 :header-rows: 1
9693
@@ -123,41 +120,39 @@ You can also use the Method `java.util.UUID#randomUUID` to create a UUID.
123120This is the UUID from the example above ` 2fcb3e53-b94a-4b96-bea4-c469e499f1a1 ` .
124121
125122The following keys are supported until now:
126- ``` {eval-rst}
127- .. list-table::
123+ ``` {list-table}
128124 :widths: auto
129125 :header-rows: 1
130126
131127 * - Key
132128 - Information and supported head line
133129 * - c
134- - | An energy price (e.g. in €/MWh; c stands for charge).
135- | Permissible head line: ``time,price``
130+ - An energy price (e.g. in €/MWh; c stands for charge).
131+ Permissible head line: ``time,price``
136132 * - p
137- - | Active power
138- | Permissible head line: ``time,p``
133+ - Active power
134+ Permissible head line: ``time,p``
139135 * - pq
140- - | Active and reactive power
141- | Permissible head line: ``time,p,q``
136+ - Active and reactive power
137+ Permissible head line: ``time,p,q``
142138 * - h
143- - | Heat power demand
144- | Permissible head line: ``time,h``
139+ - Heat power demand
140+ Permissible head line: ``time,h``
145141 * - ph
146- - | Active and heat power
147- | Permissible head line: ``time,p,h``
142+ - Active and heat power
143+ Permissible head line: ``time,p,h``
148144 * - pqh
149- - | Active, reactive and heat power
150- | Permissible head line: ``time,p,q,h``
145+ - Active, reactive and heat power
146+ Permissible head line: ``time,p,q,h``
151147 * - weather
152- - | Weather information
153- | Permissible head line: ``time,coordinate,direct_irradiation,diffuse_irradiation,temperature,wind_velocity,wind_direction``
148+ - Weather information
149+ Permissible head line: ``time,coordinate,direct_irradiation,diffuse_irradiation,temperature,wind_velocity,wind_direction``
154150
155151```
156152
157153### Results
158154
159- ``` {eval-rst}
160- .. list-table::
155+ ``` {list-table}
161156 :widths: auto
162157 :header-rows: 1
163158
0 commit comments