Absolute

SCPI Commands :

SYSTem:TIME:HRTimer:ABSolute:CLEar
SYSTem:TIME:HRTimer:ABSolute
class AbsoluteCls[source]

Absolute commands group definition. 3 total commands, 1 Subgroups, 2 group commands

clear() None[source]
# SCPI: SYSTem:TIME:HRTimer:ABSolute:CLEar
driver.system.time.hrTimer.absolute.clear()

No command help available

clear_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: SYSTem:TIME:HRTimer:ABSolute:CLEar
driver.system.time.hrTimer.absolute.clear_with_opc()

No command help available

Same as clear, but waits for the operation to complete before continuing further. Use the RsCmwBase.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.

set_value(duration: float) None[source]
# SCPI: SYSTem:TIME:HRTimer:ABSolute
driver.system.time.hrTimer.absolute.set_value(duration = 1.0)

This command starts a timer. The timeout is specified relative to an already set timestamp, see method RsCmwBase.System. Time.HrTimer.Absolute.Set.set. 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.absolute.clone()

Subgroups