Hello,
If I want to get the total production time of a simulation, I cannot use directly "Model.time" function, because it takes the whole time between start and end.
I need to accumulate the time in a specific state that I have defined in my time table, to substract to the total time.
What functions are there to get this info?
Thanks.