TimeSeriesPeriodData

constructor(elementId: Int, responseName: String, repNum: Int, period: Int, startTime: Double, length: Double, value: Double?)

Parameters

elementId

the model element id of the response or counter

responseName

the name of the counter or response

repNum

the replication that the period was within

period

the number of the period, numbered consecutively starting at 1

startTime

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.