Response Trace
Provides the ability to trace the values of a response during replications.
Parameters
the response to trace
the path to the file to store the trace
Constructors
Properties
The maximum number of observations to collect across all replications. Once the maximum is reached no further collection occurs.
The maximum number of observations to trace within each replication. Once the maximum is reached no further collection occurs within the replication.
The maximum number of replications to include in the trace. Once the maximum is reached no further replications are traced.
Functions
Returns a map that has the times and values for the provided replication repNum up to and including the time. The default value of time is Double.MAX_VALUE, which will result in all values for the replication. Element "times" holds the times that the variable changed Element "values" holds the values associated with each time change.