Restart
SCPI Command :
SYSTem:PROFiling:TPOint:RESTart
- class RestartCls[source]
Restart commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class RestartStruct[source]
Response structure. Fields:
1 Module_Name: str: No parameter help available
2 Test_Point_Name: str: No parameter help available
- get() RestartStruct [source]
# SCPI: SYSTem:PROFiling:TPOint:RESTart value: RestartStruct = driver.system.profiling.tpoint.restart.get()
No command help available
- return:
structure: for return value, see the help for RestartStruct structure arguments.
- set(module_name: str, test_point_name: str) None [source]
# SCPI: SYSTem:PROFiling:TPOint:RESTart driver.system.profiling.tpoint.restart.set(module_name = 'abc', test_point_name = 'abc')
No command help available
- param module_name:
No help available
- param test_point_name:
No help available