Name
SCPI Command :
SYSTem:PLUGin:APPStarter:NAME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# 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.
- set(display_name: str) None[source]
# 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.