AppStarter

SCPI Commands

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 = '1', display_name = '1')

No command help available

param application_group

No help available

param display_name

No help available

Cloning the Group

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

Subgroups