Show time units for dosing and simulation
The TimeUnits
property specifies time units
for these properties:
StopTime
property of a Configset
object
OutputTimes
and AbsoluteToleranceStepSize
properties
of the SolverOptions
property of a Configset
object
StartTime
and Interval
properties
of a RepeatDose
object
Time
property of a ScheduleDose
object
Time
property of a SimData
object
Note
If you change the value of the TimeUnits
property,
make sure:
You update the values of the Time
, StartTime
, Interval
, StopTime
,
and OutputTimes
properties accordingly.
You update raw numbers used in any event triggers
that use the keyword time
accordingly. For more
information, see Trigger
.
The units, if any, associated with expressions used
in any event triggers that use the keyword time
,
are consistent with the updated TimeUnits
property.
For more information, see Trigger
.
Tip
If UnitConversion
is
on and your model has any event, follow the recommendation below.
Non-dimensionalize any parameters used in the event Trigger
if they are not already dimensionless. For example, suppose you have
a trigger x > 1
, where x is the species
concentration in mole/liter. Non-dimensionalize x by scaling (dividing)
it with a constant such as x/x0 > 1
, where x0 is a
parameter defined as 1.0 mole/liter. Note that x does not have to have
the same unit as the constant x0, but must be dimensionally consistent
with it. For example, the unit of x can be picomole/liter instead of
mole/liter.
Applies to | Objects: Configset , RepeatDose , ScheduleDose , SimData |
Data type | Character vector |
Data values | Empty character vector or a character vector specifying any unit defined in the Units Library. Default value is:
|
Access | Read/write for properties of Read only
for properties of |