HrTimer

SCPI Command :

SYSTem:TIME:HRTimer:RELative
class HrTimerCls[source]

HrTimer commands group definition. 4 total commands, 1 Subgroups, 1 group commands

set_relative(duration: int) None[source]
# SCPI: SYSTem:TIME:HRTimer:RELative
driver.system.time.hrTimer.set_relative(duration = 1)

This command starts a timer. After the specified timeout, an OPC is generated. When the timer expires, ‘Operation Complete’ is indicated. This event can be evaluated by polling, via a *OPC? or via *WAI.

param duration:

integer Range: 0 ms to 4294967295 ms, Unit: ms

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.system.time.hrTimer.clone()

Subgroups