Request Data
The data associated with a request for a simulation evaluation.
Parameters
the model identifier associated with the simulation model that will be executed
the number of replications to run the model. Must be greater than 0. This value will override a specification for the number of replications supplied by any experimental run parameters.
The input variable and its value for parameterizing the run of the simulation. If empty, the current values for the inputs will be used for the simulation.
the names of the response variables requested from the simulation results. If no response names are provided, then all responses from the simulation will be returned. The default is all responses from the model.
an optional set of simulation run parameters for application to the model. If not supplied, then the model's current (default) settings will be used.
the instant that the request was constructed
Properties
The values of the input parameters as an array. The order of the array is based on the order of the input variables in the map of input variables.
Since requests may cover portions of an experiment that has multiple replication, the starting replication number may be some number between 1 and the total number of replications in the experiment. The chunking process may set the starting replication number to the starting replication of the chunk of replications.
Functions
Sets the number of requested replications to the maximum of the supplied numReps or the current setting for the number of requested replications.