TimeSeriesPeriodData

data class TimeSeriesPeriodData(val elementId: Int, val responseName: String, val repNum: Int, val period: Int, val startTime: Double, val length: Double, val value: Double?)

The within replication data collected for time series responses. 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.

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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

The ending time of the period.

Link copied to clipboard
Link copied to clipboard
val period: Int
Link copied to clipboard
val repNum: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard