EduanHugo Posted May 31, 2020 Posted May 31, 2020 Good day, I have a tally statistic element that contains random values (in my case, the time to process an entity based on many factors which are also random). I was wondering if it is possible to access the values of the tally statistic individually, or in the broader sense, as I am trying to plot a curve from this single tally statistic. Thank you in advance. Eduan
gocken Posted May 31, 2020 Posted May 31, 2020 Set "log observations" property of tallystatistics element as true (under advanced options category of tallystatistics element). then at the end of the simulation you will see all individual observations from results-->logs-->tally observation log in a tabular format. If this not works for you then there exist other alternatives? Will you plot these values dynamically or statically (i.e., at the end of simulation)?
EduanHugo Posted May 31, 2020 Author Posted May 31, 2020 Thanks, gocken! That did the trick! I am plotting these values statically.
Recommended Posts