SimBiology.export.ValueInfo class

Superclasses:

Modifiable species, compartments, or parameters in exported SimBiology model

Description

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

Construction

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

export (model)Export SimBiology models for deployment and standalone applications

Properties

Constant

Display whether value is constant or time-varying. This property is read only.

InitialValue

Initial value for the component, a scalar value.

Name

Name of species, compartment, or parameter. This property is read only.

Parent

Name of parent model, compartment, or reaction. This property is read only.

QualifiedName

Qualified name of species, compartment, or parameter. This property is read only.

  • 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.

Tag

Label for species, compartment, or parameter. This property is read only.

Type

Type of value (species, parameter, or compartment). This property is read only.

Units

Value units. This property is read only

Copy Semantics

Handle. To learn how handle classes affect copy operations, see Copying Objects.