Main Content

SimBiology.export.ValueInfo Properties

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, specified as a logical value.

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

This property is read-only.

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

This property is read-only.

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

This property is read-only.

Qualified name of species, compartment, or parameter, specified 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, specified as a character vector.

This property is read-only.

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

This property is read-only.

Value units, specified as a character vector.

Version History

Introduced in R2012b