Tpoint
SCPI Command :
SYSTem:PROFiling:TPOint:RESTart
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_restart() List[str][source]
# SYSTem:PROFiling:TPOint:RESTart value: List[str] = driver.system.profiling.tpoint.get_restart()
No help available
- set_restart(module_and_tp: List[str]) None[source]
# SYSTem:PROFiling:TPOint:RESTart driver.system.profiling.tpoint.set_restart(module_and_tp = ['abc1', 'abc2', 'abc3'])
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
tpoint_copy = driver.system.profiling.tpoint.clone()
Subgroups