Hi,
In my module, I tried to log a bunch of raw data during model running. Those raw data are stored in a list of objects that are inherited from SDT. I have command to serialize those raw data to JSON file.
The problem is if I run experimenter and I want to serialize all the data for all the replications, and I want the JSON file to be named with proper scenario and replication number, how can I get scenario and replication number in those child processes?
Thanks, Hao