LagParameter
Parameter specifying time lag for doses
Description
LagParameter
is a property of the PKModelMap
object.
It specifies the name(s) of parameter object(s) that represent the
time lag(s) of doses associated with the PKModelMap
object.
Specify the name(s) of parameter object(s) that are:
Scoped to a model
Constant, that is, their
ConstantValue
property istrue
When dosing multiple compartments, a one-to-one relationship must exist between the number and
order of elements in the LagParameter
property and the
DosingType
property. For a dose that has no lag, use
''
(an empty character vector).
Characteristics
Applies to | Object: PKModelMap |
Data type | Character vector or cell array of character vectors Tip If you are not using any doses with time lags, you can set this property to a cell array of empty character vectors, or simply an empty cell array. |
Data values | Name(s) of parameter object(s) or empty. Default is an empty cell array. The parameter objects must be:
|
Access | Read/write |