traceDataMap

abstract fun traceDataMap(repNum: Int, startTime: Double = 0.0, endTime: Double = Double.MAX_VALUE): Map<String, DoubleArray>(source)

The times and values for replication repNum within the time window [startTime, endTime]. Element "times" holds the simulation times at which the variable changed; element "values" holds the corresponding values.

Parameters

repNum

replication number; must be > 0

startTime

lower bound of the time window (inclusive); defaults to 0.0

endTime

upper bound of the time window (inclusive); defaults to Double.MAX_VALUE