timer

The timer commands module.

These commands are used in the following models: MP5103

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Attributes and Functions
- timer.cleartime()
- timer.measure.t()
- timer.readtime()

Timer

Bases: BaseTSPCmd

The timer command tree.

Properties and methods
  • .cleartime(): The timer.cleartime() function.
  • .measure: The timer.measure command tree.
  • .readtime(): The timer.readtime() function.

measure property

measure: TimerMeasure

Return the timer.measure command tree.

Sub-properties and sub-methods
  • .t(): The timer.measure.t() function.

cleartime

cleartime() -> str

Run the timer.cleartime() function.

Description
  • This function resets the timer to zero (0) seconds.
TSP Syntax
- timer.cleartime()
Returns:
  • str

    The result of the function call.

Raises:

readtime

readtime() -> str

Run the timer.readtime() function.

Description
  • This function measures the elapsed time since the timer was last reset.
TSP Syntax
- timer.readtime()
Returns:
  • str

    The result of the function call.

Raises:

TimerMeasure

Bases: BaseTSPCmd

The timer.measure command tree.

Properties and methods
  • .t(): The timer.measure.t() function.

t

t() -> str

Run the timer.measure.t() function.

Description
  • This function measures the elapsed time since the timer was last reset.
TSP Syntax
- timer.measure.t()
Returns:
  • str

    The result of the function call.

Raises: