Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/state/dists2/input_routes.rou.xml
428379 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<vTypeDistribution id="tD">
3
<vType id="t1" sigma="0" length="3"/>
4
<vType id="t2" sigma="0"/>
5
</vTypeDistribution>
6
<route id="r1" edges="SC CN"/>
7
<flow id="v" begin="0" period="100" end="1000" departSpeed="avg" route="r1" type="tD"/>
8
9
</routes>
10
11