timer

The timer commands module.

These commands are used in the following models: SMU2601B, SMU2602B, SMU2604B, SMU2606B, SMU2611B, SMU2612B, SMU2614B, SMU2634B, SMU2635B, SMU2636B, SMU2651A, SMU2657A, SS3706A

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

Please report an issue if one is found.

Attributes and Functions
- timer.measure.t()
- timer.reset()

Timer

Bases: BaseTSPCmd

The timer command tree.

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

measure property

measure: TimerMeasure

Return the timer.measure command tree.

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

reset

reset() -> None

Run the timer.reset() function.

Description
  • This function resets the timer to zero (0) seconds.
TSP Syntax
- timer.reset()
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: