trace Data Map
open override fun traceDataMap(repNum: Int, startTime: Double, endTime: Double): 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
rep Num
replication number; must be > 0
start Time
lower bound of the time window (inclusive); defaults to 0.0
end Time
upper bound of the time window (inclusive); defaults to Double.MAX_VALUE