Superclasses:
Modifiable species, compartments, or parameters in exported SimBiology model
SimBiology.export.ValueInfo
is the class
that describes the modifiable value components in a SimBiology.export.Model
,
including species, parameters, and compartments.
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 |
|
Display whether value is constant or time-varying. This property is read only. |
|
Initial value for the component, a scalar value. |
|
Name of species, compartment, or parameter. This property is read only. |
|
Name of parent model, compartment, or reaction. This property is read only. |
|
Qualified name of species, compartment, or parameter. This property is read only.
|
|
Label for species, compartment, or parameter. This property is read only. |
|
Type of value (species, parameter, or compartment). This property is read only. |
|
Value units. This property is read only |
Handle. To learn how handle classes affect copy operations, see Copying Objects.