Main Content
Models
Contain all model objects
Description
The Models
property shows the models in the SimBiology® root.
It is a read-only array of model objects.
SimBiology has a hierarchical organization. A model object
has the SimBiology root as its Parent
. Parameter
objects can have a model object or kinetic law object as Parent
.
You can display all the component objects with
or modelObj
.Modelsget
(
. modelObj
, 'Models')
Characteristics
Applies to | Objects: root |
Data type | Array of model objects |
Data values | Model object. Default is [] (empty). |
Access | Read-only |