I wanted to know how to compute a resource state time for a worker object with a dynamical population over experiments.
I know how to do for a fixed population, and sum over all the population gives me the desired computation but I don’t want to put a lot of decides to do when the population is a dynamical property.
Is it a more natural way in Simio instead of using the way: WorkerName[1].ResourceState.PercentTime(7)+WorkerName[2].ResourceState.PercentTime(7)+...?
Thank's!