Main Content

SimBiology.export.Dose Properties

Exported SimBiology model dose object

SimBiology.export.Dose is the object property for modifiable export dose objects. An export dose is either of object type SimBiology.export.RepeatDose or SimBiology.export.ScheduleDose.

Export dose objects are created by the export function 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. For example, see Exported SimBiology Model Dose Objects.

Export Dose

expand all

Amount of dose, specified as a nonnegative scalar value. This property is read-only if it is parameterized in the export model.

This property is read-only.

Dose amount units, specified as a character vector.

This property is read-only.

Parameter specifying length of time to administer a dose, specified as a character vector.

This property is read-only.

Determine how events that change dose parameters affect in-progress dosing, specified as 'stop' or 'continue'.

This property is read-only.

Parameter specifying time lag for the dose, specified as a character vector.

This property is read-only.

Name of dose object, specified as a character vector.

This property is read-only.

Text describing dose object, specified as a character vector.

This property is read-only.

Name of the parent export model, specified as a SimBiology component object or an empty array.

Rate of dose, specified as a nonnegative scalar value. The default value is 0 (RepeatDose) or [] (ScheduleDose), that is, the dose is interpreted as a bolus (instantaneous) dose. This property is read-only if it is parameterized in the export model.

This property is read-only.

Units for dose rate, specified as a character vector.

This property is read-only.

Species receiving dose, specified as a character vector.

This property is read-only.

Time units for dosing, specified as a character vector.

Version History

Introduced in R2012b