Re: [sumo-user] How to get the results of the simulation

2017-10-31 Thread Jakob Erdmann via sumo-user
add it like this (--log and logfile.txt are two separate items): traci.start([sumoBinary, '-c', os.path.join('data', 'run.sumocfg'), "--step-length", "0.1", "--duration-log.statistics","--log", "logfile.txt"]) 2017-10-31 17:06 GMT+01:00 Sara el hamdani : > My simulation runner is like this: > > t

Re: [sumo-user] How to get the results of the simulation

2017-10-31 Thread Sara el hamdani via sumo-user
My simulation runner is like this: traci.start([sumoBinary, '-c', os.path.join('data', 'run.sumocfg'), "--step-length", "0.1", "--duration-log.statistics","--log logfile.txt"]) When I add "--log logfile.txt" I get this error relation to TraCi server connection: [image: Images intégrées 1] 201

Re: [sumo-user] How to get the results of the simulation

2017-10-31 Thread Jakob Erdmann
run your simulation with the option --duration-log.statistics and --log logfile.txt you will find the results in logfile.txt regards, Jakob 2017-10-31 9:35 GMT+01:00 Sara el hamdani via sumo-user < sumo-u...@lists.sourceforge.net>: > Hello sumo users, > > I need to get the avg. trip duration, av

[sumo-user] How to get the results of the simulation

2017-10-31 Thread Sara el hamdani via sumo-user
Hello sumo users, I need to get the avg. trip duration, avg. trip waiting time and avg. trip time loss for both vehicles and pedestrians. I couldn't get this results (avg) using reports, but I found vehicles's avg on the sumo-gui simulation parameter. How could I get pedestrians's avg. trip dura