<configuration>
<input>
<net-file value="network.net.xml"/>
<route-files value="vehicles.rou.xml"/>
<additional-files value="additional.add.xml"/>
</input>
</configuration>
<routes>
<vehicle id="0" depart="0.00">
<route edges="gneE22 gneE18"/>
<stop busStop="busStop_gneE22_0_0" duration="30"/>
</vehicle>
<vehicle id="1" depart="5.00">
<route edges="gneE22 gneE18"/>
</vehicle>
</routes>
<routes>
<flow id="flow1" begin="0" end="500" period="50" type="type1">
<route edges="gneE22 gneE18"/>
<stop busStop="busStop_gneE22_0_0" duration="30"/>
</flow>
</routes>
<additional>
….
<vType id="tram1" probability="0.5" color="1,1,1" maxSpeed="6" width="1.0" length="14.5" vClass="tram"/>
<vType id="tram2" probability="0.5" color="1,0,1" maxSpeed="6" width="3.0" length="10" vClass="tram"/>
<vTypeDistribution id="type1" vTypes="tram1 tram2"/>
</additional>
vType - predefined vehicle types
Configuration
<output>
<emission-output value="emissions.xml"/> <!--every timestep, only emissions-->
<full-output value="full-output.xml"/> <!--every timestep, vehicle, edge, traffic light-->
<summary-output value="summary.xml"/> <!--every timestep, mean values-->
</output>