Restart
SCPI Command :
SYSTem:PROFiling:TPOint:RESTart
- Commands in total: 1Subgroups: 0Direct child commands: 1
- 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]
# SYSTem:PROFiling:TPOint:RESTart value: RestartStruct = driver.system.profiling.tpoint.restart.get()
No help available
- Returns:
structure: for return value, see the help for RestartStruct structure arguments.
- set(module_name: str, test_point_name: str) None[source]
# SYSTem:PROFiling:TPOint:RESTart driver.system.profiling.tpoint.restart.set(module_name = 'abc', test_point_name = 'abc')
No help available