TimeUnits
Show time units for dosing and simulation
Description
The TimeUnits
property specifies time units
for these properties:
StopTime
property of aConfigset
objectOutputTimes
andAbsoluteToleranceStepSize
properties of theSolverOptions
property of aConfigset
objectStartTime
andInterval
properties of aRepeatDose
objectTime
property of aScheduleDose
objectTime
property of aSimData
object
Note
If you change the value of the TimeUnits
property,
make sure:
You update the values of the
Time
,StartTime
,Interval
,StopTime
, andOutputTimes
properties accordingly.You update raw numbers used in any event triggers that use the keyword
time
accordingly. For more information, seeTrigger
.The units, if any, associated with expressions used in any event triggers that use the keyword
time
, are consistent with the updatedTimeUnits
property. For more information, seeTrigger
.
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.
Characteristics
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 |