sbioroot
Return SimBiology root object
Syntax
rootObj
= sbioroot
Arguments
rootObj | Return sbioroot to this object. |
Description
returns
the SimBiology® root object to rootObj
= sbiorootroot
. The SimBiology root
object contains a list of the SimBiology model objects, available
units, unit prefixes, and available kinetic laws.
The units define the set of built-in units and user-defined
units. See Unit object
for
more information.
The unit prefixes define the set of built-in prefixes and user-defined
prefixes. See Unit Prefix object
for
more information.
The kinetic laws define the built-in kinetic laws and user-defined
kinetic laws. See AbstractKineticLaw object
for
more information.
To add a unit, prefix or kinetic law to the root (in the user-defined
library), use the sbioaddtolibrary
function.
To remove, use sbioremovefromlibrary
.
The models opened in the SimBiology desktop are stored in the root object.
Method Summary
copyobj | Copy SimBiology object and its children |
delete | Delete SimBiology object |
display | Display summary of SimBiology object |
get | Get SimBiology object properties |
reset (root) | Delete all model objects from root object |
set | Set SimBiology object properties |
Property Summary
BuiltInLibrary | Library of built-in components |
Models | Contain all model objects |
Type | Display SimBiology object type |
UserDefinedLibrary | Library of user-defined components |
Version History
Introduced in R2006a
See Also
addkineticlaw
| sbiomodel
| sbioreset
| Unit object
| UnitPrefix
object