AppStarter
SCPI Command :
SYSTem:PLUGin:APPStarter:DELete
- class AppStarterCls[source]
AppStarter commands group definition. 7 total commands, 6 Subgroups, 1 group commands
- delete(application_group: str, display_name: str) None [source]
# SCPI: SYSTem:PLUGin:APPStarter:DELete driver.system.plugin.appStarter.delete(application_group = 'abc', display_name = 'abc')
Removes the specified application from the Application Starter dialog box.
- param application_group
‘External’ | ‘User’ The group (tab) of applications in the Application Starter that the application belongs to. ‘External’ External Applications ‘User’ User Applications
- param display_name
Name of the application in the Application Starter
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.system.plugin.appStarter.clone()
Subgroups