Icon
SCPI Command :
SYSTem:PLUGin:APPStarter:ICON
- class IconCls[source]
Icon commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class IconStruct[source]
Response structure. Fields:
Icon_Path: str: Path and file name for icon
Icon_Index: str: Position of the icon as an ordered number within the dialog box.
- get() IconStruct [source]
# SCPI: SYSTem:PLUGin:APPStarter:ICON value: IconStruct = driver.system.plugin.appStarter.icon.get()
Defines an icon for the selected application to be displayed in the ‘Application Starter’ dialog box.
- return
structure: for return value, see the help for IconStruct structure arguments.
- set(icon_path: str, icon_index: str) None [source]
# SCPI: SYSTem:PLUGin:APPStarter:ICON driver.system.plugin.appStarter.icon.set(icon_path = 'abc', icon_index = 'abc')
Defines an icon for the selected application to be displayed in the ‘Application Starter’ dialog box.
- param icon_path
Path and file name for icon
- param icon_index
Position of the icon as an ordered number within the dialog box.