Simpatico
v1.10
|
This analyzer periodically writes the system configuration to file.
The parameter file format is:
with parameters
interval | number of steps between data samples |
outputFileName | name of output file |
A system configuration is output every interval time steps, using the file format defined by the current ConfigIo. If no ConfigIo has been set explicitly in the command file, the default McMdConfigIo format will be used.
Each configuration is output to a separate file. The name of each file is created by adding an integer to the outputFileName, creating a set of numbered files {outputFileName}0, {outputFileName}1, etc.