HwAccess

SCPI Commands :

SYSTem:PROFiling:HWACcess:DESCription
SYSTem:PROFiling:HWACcess:PDURation
SYSTem:PROFiling:HWACcess:STATe
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_description() str[source]
# SYSTem:PROFiling:HWACcess:DESCription
value: str = driver.system.profiling.hwAccess.get_description()

No help available

get_pduration() int[source]
# SYSTem:PROFiling:HWACcess:PDURation
value: int = driver.system.profiling.hwAccess.get_pduration()

No help available

get_state() bool[source]
# SYSTem:PROFiling:HWACcess:STATe
value: bool = driver.system.profiling.hwAccess.get_state()

No help available

set_pduration(duration_us: int) None[source]
# SYSTem:PROFiling:HWACcess:PDURation
driver.system.profiling.hwAccess.set_pduration(duration_us = 1)

No help available

set_state(state: bool) None[source]
# SYSTem:PROFiling:HWACcess:STATe
driver.system.profiling.hwAccess.set_state(state = False)

No help available