CSVReplication Report
class CSVReplicationReport(model: Model, reportName: String = model.name.replace(':', '_') + "_CSVReplicationReport", directoryPath: Path = model.outputDirectory.csvDir) : CSVReport
Represents a comma separated value file for replication data
SimName, ModelName, ExpName, RepNum, ResponseType, ResponseID, ResponseName, .. then the header from WeightedStatistic.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