Profiling

SCPI Command :

SYSTem:PROFiling:STATe
Commands in total: 11
Subgroups: 5
Direct child commands: 1
get_state() bool[source]
# SYSTem:PROFiling:STATe
value: bool = driver.system.profiling.get_state()

No help available

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

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
profiling_copy = driver.system.profiling.clone()

Subgroups