Superclasses: matlab.mixin.Heterogeneous
Exported SimBiology model dose object
SimBiology.export.Dose
is the superclass
for modifiable export dose objects. An export dose is either of subclass SimBiology.export.RepeatDose
or SimBiology.export.ScheduleDose
.
Export dose objects are created by the export
method
for SimBiology® models. By default, all active doses are export
doses, but you can specify which doses to export using the optional editdoses
input
argument to export
.
export (model) | Export SimBiology models for deployment and standalone applications |
|
Amount of dose, a nonnegative scalar value. This property is read-only if it is parameterized in the export model. |
|
Dose amount units. This property is read-only. |
|
Parameter specifying length of time to administer a dose. This property is read-only. |
|
Determine how events that change dose parameters affect in-progress dosing. This property is read-only. |
|
Parameter specifying time lag for the dose. This property is read-only. |
|
Name of dose object. This property is read-only. |
|
Text describing dose object. This property is read-only. |
|
Name of the parent export model. This property is read-only. |
|
Rate of dose, a nonnegative scalar value. The default value is |
|
Units for dose rate. This property is read-only. |
|
Species receiving dose. This property is read-only. |
|
Time units for dosing. This property is read-only. |
Handle. To learn how handle classes affect copy operations, see Copying Objects.