Absolute

SCPI Commands :

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

Absolute commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_set() str[source]
# SCPI: SYSTem:TIME:HRTimer:ABSolute:SET
value: str = driver.system.time.hrTimer.absolute.get_set()

No command help available

return

pseudo_string: No help available

set_set(pseudo_string: str) None[source]
# SCPI: SYSTem:TIME:HRTimer:ABSolute:SET
driver.system.time.hrTimer.absolute.set_set(pseudo_string = 'abc')

No command help available

param pseudo_string

No help available

set_value(pseudo_string: str) None[source]
# SCPI: SYSTem:TIME:HRTimer:ABSolute
driver.system.time.hrTimer.absolute.set_value(pseudo_string = 'abc')

No command help available

param pseudo_string

No help available