Name
SCPI Command :
SYSTem:PLUGin:APPStarter:NAME
- class NameCls[source]
- Name commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get() str[source]
- # SCPI: SYSTem:PLUGin:APPStarter:NAME value: str = driver.system.plugin.appStarter.name.get() - Defines the name of the application as displayed in the ‘Application Starter’ dialog box. - return
- display_name: No help available 
 
 - set(display_name: str) None[source]
- # SCPI: SYSTem:PLUGin:APPStarter:NAME driver.system.plugin.appStarter.name.set(display_name = 'abc') - Defines the name of the application as displayed in the ‘Application Starter’ dialog box. - param display_name
- No help available