Skip to content

Commit

Permalink
doc ref #2 #15800
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro authored Nov 28, 2024
1 parent 56f5135 commit 69509ce
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/web/docs/Simulation/Output/TripInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ This adds the following line:
```xml
<tripinfos>
<tripinfo id="<VEHICLE_ID>" ... vtype="<VEHICLE_TYPE_ID>">
<battery depleted="..."/>
<battery depleted="..." actualBatteryCapacity="..." totalEnergyConsumed="..." totalEnergyRegenerated="..."/>
</tripinfo>
... information about further vehicles ...

Expand All @@ -120,9 +120,12 @@ This adds the following line:

with the attributes as following

| Name | Type | Description |
| ------------ | ---- | ---------------------------------------------------------------------------------- |
| `depleted` | - | The times the vehicle wanted to consume more energy than the battery could provide |
| Name | Type | Description |
| ------------------------- | ---- | ----------------------------------------------------------------------------------- |
| `depleted` | - | The times the vehicle wanted to consume more energy than the battery could provide |
| `actualBatteryCapacity` | Wh | Battery capacity of the vehicle after completing its route |
| `totalEnergyConsumed` | Wh | Cumulative sum of energy consumption after completing the route |
| `totalEnergyRegenerated` | Wh | Cumulative sum of regenerated energy after completing the route |


## Output for vehicles that have not arrived at simulation end
Expand Down

0 comments on commit 69509ce

Please sign in to comment.