Skip to content

Commit 3d30927

Browse files
committed
Adding information to docs.
1 parent 5bfa184 commit 3d30927

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

docs/readthedocs/io/csvfiles.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ The following keys are supported until now:
148148
* - pqh
149149
- | Active, reactive and heat power
150150
| Permissible head line: ``time,p,q,h``
151+
* - v
152+
- | Voltage mangnitude in pu and angle in °
153+
| Permissible head line: ``time,vMag,vAng``
151154
* - weather
152155
- | Weather information
153156
| Permissible head line: ``time,coordinate,direct_irradiation,diffuse_irradiation,temperature,wind_velocity,wind_direction``

docs/readthedocs/models/input/additionaldata/timeseries.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ The following different values are available:
3232
- Electrical active and reactive power
3333
3434
* - `HeatAndPValue`
35-
- Combination of thermal power (e.g. in kW) <br> and electrical active power (e.g. in kW)
35+
- | Combination of thermal power (e.g. in kW)
36+
| and electrical active power (e.g. in kW)
3637
3738
* - `HeatAndSValue`
38-
- Combination of thermal power (e.g. in kW) <br> and electrical active and reactive power (e.g. in kW and kVAr)
39+
- | Combination of thermal power (e.g. in kW)
40+
| and electrical active and reactive power (e.g. in kW and kVAr)
3941
4042
* - `EnergyPriceValue`
4143
- Wholesale market price (e.g. in € / MWh)
@@ -48,7 +50,10 @@ The following different values are available:
4850
4951
* - `WindValue`
5052
- Combination of wind direction and wind velocity
51-
53+
54+
* - `VoltageValue`
55+
- Combination of voltage magnitude in pu and angle in °
56+
5257
* - `WeatherValue`
5358
- Combination of irradiance, temperature and wind information
5459

src/test/groovy/edu/ie3/datamodel/utils/validation/UniquenessValidationUtilsTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import static edu.ie3.util.quantities.PowerSystemUnits.PU
1212
import static tech.units.indriya.unit.Units.METRE_PER_SECOND
1313

1414
import edu.ie3.datamodel.exceptions.DuplicateEntitiesException
15-
import edu.ie3.datamodel.exceptions.ValidationException
1615
import edu.ie3.datamodel.io.source.TimeSeriesMappingSource
1716
import edu.ie3.datamodel.models.StandardUnits
1817
import edu.ie3.datamodel.models.input.AssetInput

0 commit comments

Comments
 (0)