Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-201
timer.reset()
This function resets the timer to zero (0) seconds.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
timer.reset()
Example
timer.reset()
...
time = timer.measure.t()
print(time)
Resets the timer and then measures the time since
the reset.
Output:
1.01
The above output indicates that
timer.measure.t()
was executed 14.69077
seconds after
timer.reset()
.
Also see
trigger.blender[N].clear()
This function clears the blender event detector and resets blender
N
.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
trigger.blender[N].clear()
N
The blender number (1 or 2)
Details
This function sets the blender event detector to the undetected state and resets the event detector's overrun
indicator.
Also see
None