Simpatico  v1.10

Synopsis

This analyzer periodically writes the system configuration to file.

Parameters

The parameter file format is:

ConfigWriter{
interval int
outputFileName string
}

with parameters

interval number of steps between data samples
outputFileName name of output file

Output

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.