Hi Ian,
El mié., 30 may. 2018 a las 16:52, Ian Bowns (<
ianb...@gmail.com>)
escribió:
> Hi.
> I've been trying to create a user-defined function to run a simulation
and then save the get_mon data to disk. This works, but some of the
monitoring parameters seem missing (e.g. "waiting_time", "flow_time"). Can
this method be used within a user-defined function to save and then
retrieve ALL monitoring data?
The measured parameters are start_time, end_time and activity_time, and
from them you can compute the others:
flow_time = end_time - start_time
waiting_time = flow_time - activity_time
So there is no missing data.
> Thanks, great package.
> Ian
Iñaki