Icon

SCPI Command :

SYSTem:PLUGin:APPStarter:ICON
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class IconStruct[source]

Response structure. Fields:

  • 1 Icon_Path: str: Path and file name for icon

  • 2 Icon_Index: str: Position of the icon as an ordered number within the dialog box.

get() IconStruct[source]
# 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.

Returns:

structure: for return value, see the help for IconStruct structure arguments.

set(icon_path: str, icon_index: str) None[source]
# 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.

Parameters:
  • icon_path – Path and file name for icon

  • icon_index – Position of the icon as an ordered number within the dialog box.