...
Next, run your model. Enabling Export iterations creates a folder on your Desktop with a name in the pattern:pattern MspNetworkOutput-yyyy-mm-dddd where the year, month and day refer to date that the simulation was run.
At the end of a run, this folder will contain four files per iteration for each time-step:. The files will be named in the pattern runyyyy_mm_dd_iteration_* where the year, month and day refer to the simulation timestep.
- A visual representation (.DOT) of the arc-node network suitable for display in Graphviz;
- A textual representation of the arc-node network;
- A textual representation of the arc-node network in .csv format, and
- A textual representation of the test case for that time-step.
...