Time
Simulation time steps or schedule dose times
The Time property of a ScheduleDose
object is a column vector
instead of a row vector. For details, see Version History.
Description
Time
is a property of a SimData
or ScheduleDose
object.
SimData Object
For a simulation, the Time
property records
the time steps.
ScheduleDose Object
For a series of scheduled doses, the Time
property
defines the times to give a dose.
A ScheduleDose object defines a series of doses. Each dose can
have a different amount, as defined by an amount array in the Amount
property,
and given at specified times, as defined by a time array in the Time
property.
A rate array in the Rate
property defines how fast
each dose is given. At each time point in the time array, a dose is
given with the corresponding amount and rate.
Characteristics
Applies to | Objects: |
Data type | double ( |
Data values | Vector of doubles ( |
Access | Read-only. |