Solver settings information for model simulation
The SimBiology® configset object, also known as the configuration set object, contains the options that the solver uses during simulation of the model object. The configuration set object contains the following options for you to choose:
Type of solver
Stop time for the simulation
Solver error tolerances, and for ode solvers — the maximum time step the solver should take
Whether to perform sensitivity analysis during simulation
Whether to perform dimensional analysis and unit conversion during simulation
Species and parameter input factors for sensitivity analysis
A SimBiology model can contain multiple configsets with
one being active at any given time. The active configset contains
the settings that are used during the simulation. Use the method setactiveconfigset to define the active
configset. Use the method getconfigset to
return a list of configsets contained by a model. Use the method addconfigset to add a new configset to
a model.
Warning
The Active property of the configset object will be removed in a
future release. Explicitly specify a configset
object as an input argument when you simulate a model using sbiosimulate.
See Property Summary for links to configset object property reference pages.
Properties define the characteristics of an object. Use the get and set commands
to list object properties and change their values at the command line.
You can graphically change object properties in the SimBiology desktop.
| addconfigset (model) | Create configuration set object and add to model object |
| copyobj | Copy SimBiology object and its children |
| delete | Delete SimBiology object |
| display | Display summary of SimBiology object |
| get | Get SimBiology object properties |
| set | Set SimBiology object properties |
| Active | Indicate object in use during simulation |
| AmountUnits | Amount unit used internally during simulation when UnitConversion is on |
| CompileOptions | Dimensional analysis and unit conversion options |
| MassUnits | Mass unit used internally during simulation when UnitConversion is on |
| MaximumNumberOfLogs | Maximum number of logs criteria to stop simulation |
| MaximumWallClock | Maximum elapsed wall clock time to stop simulation |
| Name | Specify name of object |
| Notes | HTML text describing SimBiology object |
| RuntimeOptions | Options for logged species |
| SensitivityAnalysisOptions | Specify sensitivity analysis options |
| SolverOptions | Specify model solver options |
| SolverType | Select solver type for simulation |
| StopTime | Simulation time criteria to stop simulation |
| TimeUnits | Show time units for dosing and simulation |
| Type | Display SimBiology object type |
AbstractKineticLaw object, KineticLaw object, Model object, Parameter
object, Reaction object, Root object, Rule
object, Species object