Contenu principal

SimBiology.ExpressionBasedComponent

Represent SimBiology expression objects

Description

SimBiology.ExpressionBasedComponent represents the following SimBiology expression objects: reactions, rules, events, and observables.

When you have an array containing a mixture of these different objects, use the properties and functions of SimBiology.ExpressionBasedComponent to access or update all objects in the array at once.

Properties

expand all

Flag to use the expression object during simulation, specified as a numeric or logical 1 (true) or 0 (false).

Data Types: double | logical

SimBiology.ExpressionBasedComponent object name, specified as a character vector or string scalar.

For details on requirements and recommendations for naming SimBiology® components, see Guidelines for Naming Model Components.

Data Types: char | string

Additional information that you can add for the SimBiology object, specified as a character vector or string scalar.

Data Types: char | string

This property is read-only.

Parent object, specified as a SimBiology.Model object.

Object label, specified as a character vector or string scalar.

Data Types: char | string

Data to associate with the object, specified as any MATLAB array. For example, you can specify a scalar, vector, character vector, table, or structure. Use this property to store arbitrary data on an object.

The object does not use this data directly, but you can access it using dot notation or get.

Object Functions

getGet SimBiology object properties
setSet SimBiology object properties
deleteDelete SimBiology object

Version History

Introduced in R2019b