LapTimer¶
- MLModule¶
genre
author
package
dll
definition
see also
keywords
Purpose¶
The module LapTimer module allows for the measurement of duration similar to that of an actual stopwatch.
Windows¶
Default Panel¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
Visible Fields¶
Total¶
- name: total, type: Float, persistent: no¶
Shows the total elapsed time.
Start¶
- name: start, type: Trigger¶
When pressed, the timer is started.
Stop¶
- name: stop, type: Trigger¶
When pressed, the timer is stopped.
Lap¶
- name: lap, type: Trigger¶
When pressed, the current time (if running) is shown in the next free Lap field.
Reset¶
- name: reset, type: Trigger¶
When pressed, all measured times are reset.
Is currently running¶
- name: on, type: Bool, default: FALSE¶
Shows whether the timer is currently running.