Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/trafficlight/NEMA/input_additional.add.xml
169713 views
1
2
<add>
3
<tlLogic id="2881" offset="10" programID="NEMA" type="NEMA">
4
<param key="detector-length" value="20"/>
5
<param key="detector-length-leftTurnLane" value="10"/>
6
<param key="total-cycle-length" value="120"/>
7
<param key="ring1" value="0,4,1,2"/>
8
<param key="ring2" value="0,4,0,6"/>
9
<param key="barrierPhases" value="4,4"/>
10
<param key="coordinatePhases" value="2,6"/>
11
<param key="coordinate-mode" value="true"/>
12
<param key="whetherOutputState" value="true"/>
13
<param key="ignore-errors" value="true"/>
14
15
<phase duration="99" minDur="6" maxDur="16" vehext="300" yellow="4" red="1" name="1" state="grrrrrrGGrrr"/>
16
<phase duration="99" minDur="10" maxDur="67" vehext="300" yellow="4" red="1" name="2" state="grrrrrrrrGGG"/>
17
<phase duration="99" minDur="10" maxDur="21" vehext="400" yellow="4" red="1.5" name="4" state="GGGGGrrrrrrr"/>
18
<phase duration="99" minDur="10" maxDur="88" vehext="300" yellow="4" red="1" name="6" state="grrrrGGrrrrr"/>
19
</tlLogic>
20
</add>
21
22