Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Time Step size: SUMO

Yes I believe it is one second. 

You should be able to set it in the .sumocfg file by adding a tag like this 

    <time>
        <begin value="0"/>
        <step-length value="0.1"/>
    </time>

inside the configuration tag where the value attribute in step-length is the time step you want.


Best,
Zev

On Jul 30, 2020, at 5:52 PM, Padisala, Shanthan Kumar <padisala.1@xxxxxxxxxxxxxxxxxxx> wrote:

Hello all,

May I know the default time-step size in SUMO? Is it 1 second? Is it possible to change that?

Thank you,
PSK
_______________________________________________
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