Time between doses
Interval
is a property of a RepeatDose
object. This
property defines the equally spaced times between repeated doses.
For RepeatDose
objects, you can parameterize the
property by setting it to the name of a model-scoped parameter that is not being
modified by a repeated assignment rule, an algebraic rule, or a rate rule. However, the
parameter can be modified by an event.
Note
When the Interval
property is 0
, RepeatDose
ignores
the RepeatCount
property, that is, it treats it
as though it is set to 0
.
Applies to | Object: RepeatDose . |
Data type | double or character vector. |
Data values | Nonnegative real number or name of a model-scoped parameter object. The default value is
0 . |
Access | Read/Write. |