CounterTraceCSV

constructor(theCounter: Counter, pathToFile: Path = theCounter.myModel.outputDirectory.outDir.resolve( theCounter.name.replace(':', '_') + "_Trace.csv"), header: Boolean = true)

Parameters

theCounter

the counter to trace

pathToFile

the path to the file to store the trace