Time Series Period Data
constructor(elementId: Int, responseName: String, repNum: Int, period: Int, startTime: Double, length: Double, value: Double?)
Parameters
element Id
the model element id of the response or counter
response Name
the name of the counter or response
rep Num
the replication that the period was within
period
the number of the period, numbered consecutively starting at 1
start Time
the time that the period started
length
the length of time associated with the period
value
the collected value. For Response and TWResponse instances the value property represents the average of the response over the indicated period. For Counter instances the value property represents the total count during the indicated period.