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: Thetimer.measurecommand tree..reset(): Thetimer.reset()function.
measure
property
¶
measure: TimerMeasure
Return the timer.measure command tree.
Sub-properties and sub-methods
.t(): Thetimer.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(): 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: |
|
|---|