set_periodic_time_unit

Set the periodic time interval between which tracking periods are generated during a simulation run to calculate EVM progress reports.

The default value is equal to 1 time unit which means that progress reporting is done every single time unit. This can lead to a huge number of progress reports and a lot of data. Therefore, this number should be increased to e.g. 8 units, i.e. every 8 time units (e.g. hours), progress reporting is simulated and EVM data is calculated.

Parameters: 
I/O Type Name Description
input integer time unit a time unit between two consecutive progress reporting periods
Example: 
function ()
        io.write('\n')
end
Class: 
P2Simulator