Root object
Hold models, unit libraries, and abstract kinetic law libraries
Description
The SimBiology® root object contains a list of the SimBiology model objects and SimBiology libraries. The components that the libraries contain are: all available
units, unit prefixes, and available abstract kinetic law objects. There are two types of
libraries: one contains components that are built in (BuiltInLibrary
), and the other contains components that are user defined
(UserDefinedLibrary
).
You can retrieve SimBiology model objects from the SimBiology root
object. A SimBiology model object has its Parent
property
set to the SimBiology root object.
See Property Summary for links to root object property reference pages.
Properties define the characteristics of an object. Use the
and get
commands to list object
properties and change their values at the command line. You can interactively
change object properties in the SimBiology desktop. set
Constructor Summary
sbioroot | Return SimBiology 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 |
See Also
AbstractKineticLaw object
, Configset object
, KineticLaw object
, Model object
, Parameter
object
, Reaction object
, Rule object
, Species
object
Version History
Introduced in R2006b