LapTimer

MLModule
genre Extras
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLMiscModules
definition MLMiscModules.def
see also StopWatch
keywords stop, watch

Purpose

The module LapTimer module allows for the measurement of duration similar to that of an actual stopwatch.

Windows

Default Panel

../../../Modules/ML/MLMiscModules/mhelp/Images/Screenshots/LapTimer._default.png

Parameter Fields

Field Index

enabled: Bool
Is currently running: Bool
Lap: Trigger
numberOfLapTimes: Integer
Reset: Trigger
Start: Trigger
Stop: Trigger
Total: Float

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.

Hidden Fields

numberOfLapTimes

name: numberOfLapTimes, type: Integer, persistent: no

enabled

name: enabled, type: Bool, default: TRUE