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
Notes | HTML text describing SimBiology object |
Type | Display SimBiology object type |
Examples
Version History
Introduced in R2006a