In the TraCi doc I found the method for retrieving the current simulation time via connection.simulation.getTime()
but no method to set it. I specifically want to reset it to zero.
Is that possible and how do I do it?
This is the link to the page in the doc where I found getTime()
.
This is not possible but you can reload your simulation using simulation.load, which will restart.