DurationParameterName
Parameter specifying length of time to administer a dose
Description
DurationParameterName
is a property of a
RepeatDose
or ScheduleDose
object.
Specify the name of a parameter object that is scoped to a model. This parameter defines the length of time it takes to administer a dose.
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
If you set the DurationParameterName
property of a dose, you
must also specify the Amount
property of the dose, and set the
Rate
property to 0
. This is because the
rate is calculated from the amount and duration.
Characteristics
Applies to | Objects: RepeatDose ,
ScheduleDose . |
Data type | Character vector. |
Data values | Name of a model-scoped parameter object. The default value
is an empty character vector
|
Access | Read/write. |