Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] set interval for edge outputs

Hi,
Im trying to have edge data for every 1 min of simulation. I try command " sumo -c config.sumocfg --additional-files add.xml" that my additional file is like below
<additional>
    <edgeData id="0" file="output3.xml">
        <id id="0"/>
        <file file="output3.xml"/>
        <period begin="0" end="3600"/>
    </edgeData>
</additional>
but my output file is aggregated in all time of simulation. how should I fix it?
thanks in advanced

Back to the top