Skip to content

Commit

Permalink
Closes #2180
Browse files Browse the repository at this point in the history
Clarified Real Clock constructor interval argument.
  • Loading branch information
HansOlsson committed May 10, 2019
1 parent a996b1a commit 6753c72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chapters/synchronous.tex
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,9 @@ \section{Clock Constructors}\doublelabel{clock-constructors}
\textbf{Clock with Real Interval}\\

The input argument, \lstinline!interval!, is a clocked Component Expression (see
\autoref{argument-restrictions-component-expression}) or a parameter expression of type \textbf{Real} with
min=0.0 and unit ``s''. The output argument is of base type Clock that
\autoref{argument-restrictions-component-expression}) or a parameter expression.
Interval must be strictly positive (\lstinline!interval>0.0!) of type \textbf{Real} unit ``s''.
The output argument is of base type Clock that
ticks when time becomes t\textsubscript{start},
t\textsubscript{start}+interval1,
t\textsubscript{start}+interval1+interval2, ... The clock starts at the
Expand Down

0 comments on commit 6753c72

Please sign in to comment.