File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
text/source/behavior/discrete Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ Function Description
151
151
``Clock(i,r) `` A clock that fires every :math: `\frac {i}{r}` seconds where ``i `` and ``r `` are both of type ``Integer ``
152
152
``Clock(dt) `` A clock that fires every :math: `dt` seconds where ``dt `` is a ``Real ``
153
153
``subSample(u,s) `` A clock that samples ``s `` times slower than the clock used to sample ``u `` where ``s `` is an ``Integer ``
154
- ``superSample(u,s) `` A clock that samples ``s `` times faster than the clock used to sample ``u `` where ``s `` is an ``Integer ``
154
+ ``superSample(u,s) `` A clock that samples ``s `` times as fast as the clock used to sample ``u `` where ``s `` is an ``Integer ``
155
155
====================== ========================================================
156
156
157
157
Note that the ``Clock `` constructor function is overloaded (*i.e., *
You can’t perform that action at this time.
0 commit comments