Item

SCPI Command :

DISPlay[:WINDow<n>]:STABle:ITEM
class ItemCls[source]

Item commands group definition. 4 total commands, 3 Subgroups, 1 group commands

get(item: RsFsw.enums.TableItem, window=Window.Default) bool[source]
# SCPI: 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.

param item

Selects the result. See the table in the desription of method RsFsw.Applications.K91_Wlan.Display.Window.Table.Item.set for a list of available parameters.

param window

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

return

state: ON | OFF | 1 | 0

set(item: RsFsw.enums.TableItem, state: bool, window=Window.Default) None[source]
# SCPI: 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.

param item

Selects the result. See the table in the desription of method RsFsw.Applications.K91_Wlan.Display.Window.Table.Item.set for a list of available parameters.

param state

ON | OFF | 1 | 0

param window

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

Cloning the Group

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

Subgroups