Main Content

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 is true

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 toObject: 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:

  • Scoped to a model

  • Constant, that is, have a ConstantValue property set to true.

AccessRead/write