CSVExperimentReport

class CSVExperimentReport @JvmOverloads constructor(model: Model, reportName: String = model.name.replace(':', '_') + "_CSVExperimentReport", directoryPath: Path = model.outputDirectory.csvDir) : CSVReport(source)

Represents a comma separated value file for experiment data (across replication data)

SimName, ModelName, ExpName, RepNum, ResponseType, ResponseID, ResponseName, .. then the header from StatisticIfc.csvStatisticHeader

Captures all Response, TWResponse variables, and Counters

Parameters

model

the model for which to create the report

reportName

the name of the report

directoryPath

the path to the directory that will contain the report

Constructors

Link copied to clipboard
constructor(model: Model, reportName: String = model.name.replace(':', '_') + "_CSVExperimentReport", directoryPath: Path = model.outputDirectory.csvDir)