I am attempting to read statistics information form a process flow activity. see image below
In the stats/instances/[instance] I find a number of nodes with DATATYPE_SIMPLE that contain statistics data for the activity. Using getnodenum(node) I can read the Input and Output nodes, but the tokens node contains the information seen above, and a getnodenum() call returns only 0.
Is there a way to read this information, to get the Size: value for instance? I am not only interested in this specific situation but more generally on how to acces the DATATYPE_SIMPLE. I see it used several places throughout Flexsim, but so far much of it is inaccessible.