Skip to content

Commit

Permalink
Update time.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jiperl committed Mar 3, 2021
1 parent 5af6587 commit b1cca14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parameters/time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ Here is an example of a Step time feature that controls a String::
* The third value is used for times 20 to 30 ms.
* After 30 ms, the value cycles back to the first value.

Note that the first member of Values is not the time that the first Value should be used.
It is the time that the first Change of value should be made.
The first Value will be used for the time between Tf/TimelineStart and that first member of Tf/*/Times.
Note that whereas continuous functions (Linear, Sine, Cosine and Sqrt) include a ``RepetitionInterval``, Step Functions do not. They just cycle back to the first ``Value`` after the last of the ``Times`` is reached.

Here is an example of a Step time feature that controls a Boolean::
Expand Down

0 comments on commit b1cca14

Please sign in to comment.