Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] traffic program set from python starts with phase "1" rather than "0"

Hi All,

I am setting traffic program with python script , I have total 12 phases, but it runs as:
1-2-3-4-5-6-7-8-9-10-11-0-1-2-...................

What I want is:
0-1-2-3-4-5-6-7-8-9-10-11-0-1-2-................

python code:
1.png


What changes should I make in the code ?


Regards,
Priyank Soni
M. 8882242322


Back to the top