Item

SCPI Command :

DISPlay[:WINDow<n>]:STABle:ITEM
Commands in total: 4
Subgroups: 3
Direct child commands: 1
get(item: TableItem, window=Window.Default) bool[source]
# DISPlay[:WINDow<n>]:STABle:ITEM
value: bool = driver.applications.k18AmplifierEt.display.window.stable.item.get(item = enums.TableItem.ADRoop, window = repcap.Window.Default)

This command adds and removes results from the statistics table.

Parameters:
  • item – Selects the result. See the table in the desription of method RsFsw.applications.k91Wlan.display.window.table.item.set() for a list of available parameters.

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

Returns:

state: ON | OFF | 1 | 0

set(item: TableItem, state: bool, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:STABle:ITEM
driver.applications.k18AmplifierEt.display.window.stable.item.set(item = enums.TableItem.ADRoop, state = False, window = repcap.Window.Default)

This command adds and removes results from the statistics table.

Parameters:
  • item – Selects the result. See the table in the desription of method RsFsw.applications.k91Wlan.display.window.table.item.set() for a list of available parameters.

  • state – ON | OFF | 1 | 0

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

Cloning the Group

# Create a copy of the original group, that exists independently
item_copy = driver.applications.k18AmplifierEt.display.window.stable.item.clone()

Subgroups