Configuring Simulation Settings
A model has a configuration set (Configset object
) associated with it to control the simulation. You can
edit the properties of a Configset object
to control all aspects of
the simulation, including:
Stop time (
StopTime
,MaximumNumberOfLogs
, andMaximumWallClock
properties)Time units (
TimeUnits
property)Solver and error tolerances (
SolverType
andSolverOptions
properties)Maximum time step size (MaxStep property)
Data to record (
RuntimeOptions
property)Frequency of data recording (OutputTimes and LogDecimation properties)
Sensitivity analysis (
SensitivityAnalysisOptions
andSolverOptions
properties)Dimensional analysis and unit conversion (
CompileOptions
property)
To view the Configset object
, provide the model
object
as an input argument to the getconfigset
method.
To edit the properties of a Configset object
, use the set
method.
For more information on viewing and editing the stop time and other simulation settings, see Simulate the Yeast Heterotrimeric G Protein Cycle.