Response Trace CSV
class ResponseTraceCSV @JvmOverloads constructor(theResponse: Response, val pathToFile: Path = theResponse.myModel.outputDirectory.csvDir.resolve(
theResponse.name.replace(':', '_') + "_Trace.csv"), header: Boolean = true) : ModelElementObserver
Provides the ability to trace the values of a response during replications.
Parameters
the Response
the response to trace
path To File
the path to the file to store the trace
Constructors
Link copied to clipboard
constructor(theResponse: ResponseCIfc, pathToFile: Path = (theResponse as Response).myModel.outputDirectory.csvDir.resolve(
theResponse.name.replace(':', '_') + "_Trace.csv"), header: Boolean = true)