Results of a simulation run (either individual or population simulation)
Super classes
ospsuite.utils::Printable
-> ospsuite::DotNetWrapper
-> SimulationResults
Active bindings
count
the number of individual results (
Count==1
generally means that we are dealing with an individual simulation results).simulation
Reference to the
Simulation
used to calculate or import the results (Read-Only).timeValues
Vector of simulated time output values
allQuantityPaths
List of all paths for which results are defined.
allIndividualIds
List of Ids of all individuals that have been simulated
Methods
Method new()
Initialize a new instance of the class
Usage
SimulationResults$new(ref, simulation)
Method hasResultsForIndividual()
Returns TRUE
if results are available for the individual with id individualId
otherwise FALSE
Method getValuesByPath()
Returns TRUE
if results are available for the individual with id individualId
otherwise FALSE
Method print()
Print the object to the console