timer

The timer commands module.

These commands are used in the following models: DAQ6510, DMM6500, DMM7510, SMU2450, SMU2460, SMU2461, SMU2470

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.gettime()

Timer

Bases: BaseTSPCmd

The timer command tree.

Properties and methods
  • .cleartime(): The timer.cleartime() function.
  • .gettime(): The timer.gettime() function.

cleartime

cleartime() -> None

Run the timer.cleartime() function.

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

gettime

gettime() -> str

Run the timer.gettime() function.

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

    The result of the function call.

Raises: