주요 콘텐츠

SimBiology.export.ValueInfo Properties

R2026b

Modifiable species, compartments, or parameters in exported SimBiology model

SimBiology.export.ValueInfo is the object property that describes the modifiable value components in a SimBiology.export.Model, including species, parameters, and compartments.

ValueInfo properties are created by the export function for SimBiology® models. By default, all model species, parameters, and compartments are ValueInfo properties, but you can specify which value components to export using the optional editvals input argument to export.

Object Properties

expand all

This property is read-only.

Display whether value is constant or time-varying, represented as a logical value.

Initial value for the component, represented as a scalar value.

This property is read-only.

Name of a species, compartment, or parameter, represented as a character vector.

This property is read-only.

Name of parent model, compartment, or reaction, represented as a character vector.

This property is read-only.

Qualified name of species, compartment, or parameter, represented as a character vector.

  • For compartments and model-scoped parameters, the qualified name is the same as the name.

  • For species, the qualified name is CompartmentName.SpeciesName.

  • For reaction-scoped parameters, the qualified name is ReactionName.ParameterName.

This property is read-only.

Label for species, compartment, or parameter, represented as a character vector.

This property will be removed and replaced by the Tags property in a future release.

Since R2026b

This property is read-only.

Labels for species, compartment, or parameter, represented as a string scalar or string vector.

Before you export a model, you can set the Tags property of model components. After the export, the Tags property of the SimBiology.export.ValueInfo object is read-only and reflects the value from the original object.

This property is read-only.

Type of value, represented as 'species', 'parameter', or 'compartment'.

This property is read-only.

Value units, represented as a character vector.

Version History

Introduced in R2012b

expand all