'How to export data from built in database to excel after Parameter Variation Run in AnyLogic?
Currently, I am writing various timeMeasureEnd data to excel files after simulation runs during Parameters Variation experiment. I am currently using excelFile.setCellValue(root.timeMeasureEnd.distribution.mean(), 1, 1, row + 1); row++;
in the After simulation run field of Parameter Variation Experiment. How can I export a table from the internal database, for example flowchart_stats_time_in_state_log that is cumulative of all of the simulation runs of a parameters variation experiment?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|