AppStarter

SCPI Command :

SYSTem:PLUGin:APPStarter:DELete
Commands in total: 7
Subgroups: 6
Direct child commands: 1
delete(application_group: str, display_name: str) None[source]
# 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.

Parameters:
  • application_group – ‘External’ | ‘User’ The group (tab) of applications in the Application Starter that the application belongs to. ‘External’ External Applications ‘User’ User Applications

  • display_name – Name of the application in the Application Starter

Cloning the Group

# Create a copy of the original group, that exists independently
appStarter_copy = driver.system.plugin.appStarter.clone()

Subgroups