Simulation Run
A SimulationRun represents the execution of a simulation with inputs (controls and parameters), and output (results). A run consists of a number of replications that were executed with the same inputs and parameters, which cause the creation of results for each response within each replication. The main purpose of SimulationRun is to transfer data about the execution of a simulation. It acts as a data transfer class.
After the simulation run is executed, the results property will hold pairs (response name, array) where the response name is the name of the model element associated with the response and the array contains the observations of the response for each replication.