Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traas/data/tls.add.xml
169686 views
1
<additional>
2
<tlLogic id="gneJ1" type="static" programID="1" offset="0">
3
<phase duration="22" state="GGgGGGrrrr" name="North-South"/>
4
<phase duration="3" state="yyyyyyrrrr" name="Transition to East-West"/>
5
<phase duration="22" state="rrrrrrGGGG" name="East-West"/>
6
<phase duration="3" state="rrrrrryyyy" name="Transition to North-South"/>
7
<param key="foo" value="bar"/>
8
</tlLogic>
9
10
<tlLogic id="gneJ1" type="static" programID="2" offset="0">
11
<phase duration="50" state="GGgGGGrrrr" name="North-South" next="1"/>
12
<phase duration="3" state="yyyyyyrrrr" name="Transition to East-West"/>
13
<phase duration="50" state="rrrrrrGGGG" name="East-West" next="3 0"/>
14
<phase duration="3" state="rrrrrryyyy" name="Transition to North-South"/>
15
<param key="xyz" value="42"/>
16
</tlLogic>
17
</additional>
18
19