time_in_steps. If set to false (which is the default), time is written as one floating point number representing the simulation time in ms. If time_in_steps is true, the time of the event is written as a value pair consisting of the integer simulation time step and the floating point offset in ms from the next grid point. .. note:: Using this backend for production runs is not recommended, as it may produce huge amounts of console output and considerably slow down the simulation. Parameter summary ~~~~~~~~~~~~~~~~~ precision controls the number of decimal places used to write decimal numbers to the terminal. time_in_steps A boolean (default: false) specifying whether to print time in steps, i.e., in integer multiples of the resolution and an offset, rather than just in ms.¶