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
true when the traced response is a TWResponse (time-weighted, step-function semantics); false for observation-based Response variables.
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.
Returns the distinct replication numbers present in the trace, in ascending order. Replications that were not recorded (e.g. because maxNumReplications was reached) are not included.
Functions
Builds a ReportNode.Document for this ResponseTrace.
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.