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(): Thetimer.cleartime()function..measure: Thetimer.measurecommand tree..readtime(): Thetimer.readtime()function.
measure
property
¶
measure: TimerMeasure
Return the timer.measure command tree.
Sub-properties and sub-methods
.t(): Thetimer.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: |
|
|---|
| 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: |
|
|---|
| Raises: |
|
|---|
TimerMeasure
¶
Bases: BaseTSPCmd
The timer.measure command tree.
Properties and methods
.t(): Thetimer.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: |
|
|---|
| Raises: |
|
|---|