HwAccess

SCPI Commands :

SYSTem:PROFiling:HWACcess:DESCription
SYSTem:PROFiling:HWACcess:PDURation
SYSTem:PROFiling:HWACcess:STATe
class HwAccessCls[source]

HwAccess commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_description() str[source]
# SCPI: SYSTem:PROFiling:HWACcess:DESCription
value: str = driver.system.profiling.hwAccess.get_description()

No command help available

return

description: No help available

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

No command help available

return

duration_us: No help available

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

No command help available

return

state: No help available

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

No command help available

param duration_us

No help available

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

No command help available

param state

No help available