Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Variable Traffic

Yes. You can do something like
<flow begin=t0 end=t1 route="someRoute" vehsPerHour=x .../>
<flow begin=t1 end=t2 route="someRoute" vehsPerHour=y .../>
...

Am Do., 22. Apr. 2021 um 14:59 Uhr schrieb Radha Reddy <radha.reddy.ipp@xxxxxxxxx>:
Hello,

Hope everything is going well during this pandemic.

My question is if we can assign variable traffic in SUMO 1.9.0. For instance, x vehicle rate between t0 and t1, y vehicle rate between t1 and t2, z vehicle rate between t2 and t3, ..........

Regards
Radha
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top