Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Problem with getLastIntervalVehicleSum

Most likely you are using an older sumo version that doesn't support this yet. The functions where added in version 1.11.0.
Or your call to 'import traci' loads an older version which you still have on your disk. (https://sumo.dlr.de/docs/TraCI/Interfacing_TraCI_from_Python.html#determine_the_traci_library_being_loaded)


Am Fr., 14. Jan. 2022 um 09:52 Uhr schrieb ali mirzaei <alimrz222@xxxxxxxxx>:
Hi everyone,
When using the method getLastIntervalVehicleSum(detID), the message "AttributeError: 'MultiEntryExitDomain' object has no attribute 'getLastIntervalVehicleSum' " is displayed. What's the matter?
Best,
Ali.
_______________________________________________
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