28 lines
765 B
XML
28 lines
765 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<input>
|
|
<net-file value="intersection.net.xml"/>
|
|
<route-files value="traffic_demand.rou.xml"/>
|
|
<additional-files value="detectors.add.xml"/>
|
|
</input>
|
|
<output>
|
|
<summary-output value="summary.xml"/>
|
|
<tripinfo-output value="tripinfo.xml"/>
|
|
</output>
|
|
<time>
|
|
<begin value="0"/>
|
|
<end value="3600"/>
|
|
<step-length value="1"/>
|
|
</time>
|
|
<processing>
|
|
<ignore-route-errors value="true"/>
|
|
<time-to-teleport value="300"/>
|
|
</processing>
|
|
<traci_server>
|
|
<remote-port value="8813"/>
|
|
</traci_server>
|
|
<gui_only>
|
|
<gui-settings-file value="gui_settings.xml"/>
|
|
</gui_only>
|
|
</configuration>
|