write_output_to_tracking_list

Transfer all simulated output data of a single simulation run to a P2Tracking object.

This function should be called to guarantee that all simulation data are transferred to the P2Tracking object. The data can then be accesses using all the GET functions from the P2Tracking object.

Parameters: 
I/O Type Name Description
input tracking tracking P2Tracking destination object
Example: 
function ()
        io.write('\n')
end
Class: 
P2Simulator