TickIndex
simulation.TickIndex()
An index identifying tau steps within a day. For example, if a RUME’s movement model declares three tau steps, the first six tick indices will be 0, 1, 2, 0, 1, 2. Indices 3 or more would be invalid for this RUME.
TickIndex is a NamedTuple.
Attributes
step: int
-
The index of the tau step.