addconfigset (model)
Create configuration set object and add to model object
Syntax
configsetObj
=
addconfigset(modelObj
, 'NameValue
')
configsetObj
=
addconfigset(..., 'PropertyName
', PropertyValue
,
...)
Arguments
| Model object . Enter
a variable name. |
| Descriptive name for a configuration set object. Reserved words 'active' and 'default' are
not allowed. |
| Configset object . |
Description
creates
a configuration set object and returns to configsetObj
=
addconfigset(modelObj
, 'NameValue
')configsetObj
.
In the configuration set object, this method assigns a value
(
) to the property NameValue
Name
.
constructs a configuration set object, configsetObj
=
addconfigset(..., 'PropertyName
', PropertyValue
,
...)
,
and configures configsetObj
with
property value pairs. The configsetObj
configsetObj
properties
are listed in Property Summary.
A configuration set stores simulation specific information.
A model object can contain multiple configuration sets, with one being
active at any given time. The active configuration set contains the
settings that are used during a simulation.
is
not automatically set to active. Use the function configsetObj
setactiveconfigset
to
define the active configset
for modelObj
.
Use the method copyobj
to copy a configset
object
and add it to the modelObj
.
Method Summary
Methods for configuration set objects
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 |
Property Summary
Properties for configuration set objects
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 |
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 |
Examples
Version History
Introduced in R2006a