Skip to main content

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

Hi,

 

you have to set the period attribute for the edgeData element, not create a child element of that name (see docs). The same holds true for all other attributes including file and id. As 1min=60s , use "period='60'" inside the edgeData element.

 

Best regards,

Mirko

 

 

 

 

-----Original-Nachricht-----

Betreff: [sumo-user] set interval for edge outputs

Datum: 2024-12-15T12:40:30+0100

Von: "Reza Bahmani via sumo-user" <sumo-user@xxxxxxxxxxx>

An: "Sumo project User discussions" <sumo-user@xxxxxxxxxxx>

 

 

 

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