Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/calibrator/input_additional2.add.xml
169686 views
1
<add>
2
<route id="WE" edges="WC CE"/>
3
<route id="SN" edges="SC CN"/>
4
<route id="WS" edges="WC CS"/>
5
6
<calibrator id="cali_WE" edge="WC" pos="25" output="detector.xml">
7
<flow route="WE" begin="0" end="100" vehsPerHour="450" speed="10" departSpeed="max"/>
8
</calibrator>
9
10
<calibrator id="cali_SN" lane="SC_0" pos="30" vTypes="foo bar" output="detector.xml">
11
<flow route="SN" begin="0" end="200" vehsPerHour="900" departSpeed="max" type="DEFAULT_BIKETYPE"/>
12
</calibrator>
13
</add>
14
15