Skip to content

Commit 15383c6

Browse files
Merge pull request #1449 from ie3-institute/kk/#1447-controllingem-field-mandatory-readthedocs
Updated Controlling_em for all the loads in readthedocs #1447
2 parents 215e1a8 + 5182c08 commit 15383c6

File tree

12 files changed

+12
-11
lines changed

12 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Fix transformer susceptance in readTheDocs to negative values [#1078](https://github.com/ie3-institute/PowerSystemDataModel/issues/1078)
1717
- Added mising fields to field validation [#1422](https://github.com/ie3-institute/PowerSystemDataModel/issues/1422)
1818
- Fixed the issues with rtd for Cylindrical thermal storage [#1273](https://github.com/ie3-institute/PowerSystemDataModel/issues/1273)
19+
- Updated Controlling_em for all the loads in readthedocs[#1447](https://github.com/ie3-institute/PowerSystemDataModel/issues/1447)
1920

2021
### Changed
2122
- Updated CI-Pipeline to run task `Deploy` and `Staging` only for `Main` [#1403](https://github.com/ie3-institute/PowerSystemDataModel/issues/1403)

docs/readthedocs/models/input/em.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Participants are connected to an EM each via their `em` field.
4040
* - controllingEm
4141
-
4242
- Reference to a superior Energy Management Unit that is controlling this EM.
43-
Field can be empty or missing, if this EM itself is not controlled.
43+
Field can be empty, if this EM itself is not controlled.
4444
4545
```
4646

docs/readthedocs/models/input/participant/bm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Model of a biomass power plant.
110110
* - controllingEm
111111
-
112112
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
113-
this system participant. Field can be empty or missing, if this participant
113+
this system participant. Field can be empty, if this participant
114114
is not controlled.
115115
116116
```

docs/readthedocs/models/input/participant/chp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Combined heat and power plant.
117117
* - controllingEm
118118
-
119119
- UUID reference to an [Energy Management Unit](em_model) that is controlling
120-
this system participant. Field can be empty or missing, if this participant
120+
this system participant. Field can be empty, if this participant
121121
is not controlled.
122122
123123
```

docs/readthedocs/models/input/participant/ev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Model of an electric vehicle, that is occasionally connected to the grid via an
100100
* - controllingEm
101101
-
102102
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
103-
this system participant. Field can be empty or missing, if this participant
103+
this system participant. Field can be empty, if this participant
104104
is not controlled.
105105
106106
```

docs/readthedocs/models/input/participant/evcs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ station and has some limitations outlined below.
6666
* - controllingEm
6767
-
6868
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
69-
this system participant. Field can be empty or missing, if this participant
69+
this system participant. Field can be empty, if this participant
7070
is not controlled.
7171
7272
```

docs/readthedocs/models/input/participant/fixedfeedin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ model can be derived.
5252
* - controllingEm
5353
-
5454
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
55-
this system participant. Field can be empty or missing, if this participant
55+
this system participant. Field can be empty, if this participant
5656
is not controlled.
5757
5858
```

docs/readthedocs/models/input/participant/hp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Model of a heat pump.
9696
* - controllingEm
9797
-
9898
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
99-
this system participant. Field can be empty or missing, if this participant
99+
this system participant. Field can be empty, if this participant
100100
is not controlled.
101101
102102

docs/readthedocs/models/input/participant/load.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Model of (mainly) domestic loads.
5959
* - controllingEm
6060
-
6161
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
62-
this system participant. Field can be empty or missing, if this participant
62+
this system participant. Field can be empty, if this participant
6363
is not controlled.
6464
6565
```

docs/readthedocs/models/input/participant/pv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Detailed model of a photovoltaic power plant.
7878
* - controllingEm
7979
-
8080
- UUID reference to an [Energy Management Unit](#em_model) that is controlling
81-
this system participant. Field can be empty or missing, if this participant
81+
this system participant. Field can be empty, if this participant
8282
is not controlled.
8383
8484
```

0 commit comments

Comments
 (0)