Counter Trace CSV
class CounterTraceCSV @JvmOverloads constructor(theCounter: Counter, pathToFile: Path = theCounter.myModel.outputDirectory.outDir.resolve(
theCounter.name.replace(':', '_') + "_Trace.csv"), header: Boolean = true) : ModelElementObserver
Provides the ability to trace the value of a counter during replications.
Parameters
the Counter
the counter to trace
path To File
the path to the file to store the trace