Tpoint

SCPI Command :

SYSTem:PROFiling:TPOint:RESTart
class TpointCls[source]

Tpoint commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_restart() List[str][source]
# SCPI: SYSTem:PROFiling:TPOint:RESTart
value: List[str] = driver.system.profiling.tpoint.get_restart()

No command help available

return

module_and_tp: No help available

set_restart(module_and_tp: List[str]) None[source]
# SCPI: SYSTem:PROFiling:TPOint:RESTart
driver.system.profiling.tpoint.set_restart(module_and_tp = ['abc1', 'abc2', 'abc3'])

No command help available

param module_and_tp

No help available

Cloning the Group

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

Subgroups