Icon

SCPI Commands

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: No parameter help available

  • Icon_Index: str: No parameter help available

get() IconStruct[source]
# SCPI: SYSTem:PLUGin:APPStarter:ICON
value: IconStruct = driver.system.plugin.appStarter.icon.get()

No command help available

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

No command help available

param icon_path

No help available

param icon_index

No help available