I am looking to measure and aggrigate all the time (in minutes) that all the agents spend in my queueing model. Afterwards I want to multiply the time by a factor. Is this possible?
So overall I am looking at two problems:
- Reading out my time measure in a way that returns me time units for individual agents
- Multiplying these values with a factor to arrive at the final result
Any help will be highly appreciated!
What I tried:
I already looked at the help pages, but couldnt find anything.
I know that time measure start and end are needed and i created a histogram, but can I access the individual time entires and automaticially calculate with them or do I have to manually read out the logs?
I also tried to link my time measure to a dataset, as I believe it should be the key in solving this problem, however I cant get the syntax to work.
Again thank you for any help.