CSVReplicationReport

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

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

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(':', '_') + "_CSVReplicationReport", directoryPath: Path = model.outputDirectory.csvDir)

Properties

Link copied to clipboard