write_to_terminal_timestep command
Purpose
Defines the frequency of the data output to the terminal.
Note
This command is supported by Aspherix GPU.Syntax
write_to_terminal_timestep value
value = time step width for terminal output
Examples
write_to_terminal_timestep 0.001
Description
Set the timestep width for writing information to the terminal. The value which is defined with this command is for example used by the check_timestep or the calculate command.
Warning
The value has to be larger or equal to the selected time step width of the selected simulation_timestep. The output will take place at times that can be divided by the simulation time step (output times might be rounded to achieve that).
Restrictions
none