Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Is there a way to disable step information on the console?

Dear list,

Whatever I start sumo with (imagine that the variables hold the obvious values):
        subprocess.Popen([sumo_exe, '-c', sumocfg], stdout=sys.stdout,
stderr=sys.stderr)

or:
        subprocess.Popen([sumo_exe, '-c', sumocfg], stdout=None, stderr=None)

In the console I see the information about the steps, for example Step
#0.00 (0ms ?*RT. ?UPS, TraCI: 321ms, vehicles TOT 1 ACT 1 BUF 0).

Is there any way to disable that output?

Cheers,
Paolo


Back to the top