Clock
The clock
section (required) specifies the properties of the simulation clock.
clock: tick_rate:
tick-rate
Properties
tick_rate
-
Specifies the number of ticks per second that the clock publishes to apps.
Required: Yes
Type:
Version
1.14
and1.15
: StringVersion
1.13
and1.12
: Integer
Valid values:
-
Version
1.14
and1.15
:"10"
|"15"
|"30"
|"unlimited"
"unlimited"
: the clock sends the next tick as soon as all apps finish their commit operations for the current tick.
Version
1.13
and1.12
:10
|15
|30