Skip to content

Commit 24a85fe

Browse files
aminissnnamdre
authored andcommitted
updated docs for emission attributes of fcd-output
1 parent 485bacf commit 24a85fe

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/web/docs/Simulation/Output/FCDOutput.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,21 @@ The values without a tick in the "On" column need to be [enabled explicitly](#fu
7777
| blockTime | m | | x | The time at which the vehicle was blocked from leaving the current segment (or -1 if not blocked) |
7878
| tag | string | | | Whether a vehicle, container or person is being written (mainly useful for tabular output) |
7979

80+
### Emission Attributes
81+
8082
All attributes from the [emission output](EmissionOutput.md) can be added to the FCD output as well.
8183
They need to be enabled by using the option **--fcd-output.attributes**, see below.
8284

85+
```xml
86+
<configuration>
87+
...
88+
<output>
89+
<fcd-output.attributes value="eclass,CO2,CO,HC,NOx,PMx,fuel,electricity,noise"/>
90+
</output>
91+
...
92+
</configuration>
93+
```
94+
8395
When the option **--fcd-output.geo** is set, the written (x,y)-coordinates will be the
8496
lon/lat geo-coordinates.
8597

0 commit comments

Comments
 (0)