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 modelObj.Models or get (modelObj, 'Models').

Characteristics

Applies toObjects: root
Data typeArray of model objects
Data valuesModel object. Default is [] (empty).
AccessRead-only

See Also

sbiomodel