CSVExperiment Report
class CSVExperimentReport(model: Model, reportName: String = model.name.replace(':', '_') + "_CSVExperimentReport", directoryPath: Path = model.outputDirectory.csvDir) : CSVReport
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
report Name
the name of the report
directory Path
the path to the directory that will contain the report