12-17-2015 08:39 AM
I want to put as output value at experiment manager the values of a table who has the values of the throughput each hour. Can anyone tell me how to do it?
Thanks.
Regards,
João
12-18-2015 06:25 AM
Hi Joaobarbosa,
in a EndSim method you fill a Tablefile, like this:
TableFile[1,1]:= Drain.statThroughputPerHour;
As an output value you define:
.Models.Frame.TableFile[1,1]
Press Apply and you will get: root.TableFile[1,1]
Now you can start the Experiment Study, which consists of a single experiment.
Regards,
Peter