Table

SCPI Command :

DISPlay[:WINDow<n>]:TABLe
class TableCls[source]

Table commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(window=Window.Default) bool[source]
# SCPI: DISPlay[:WINDow<n>]:TABLe
value: bool = driver.applications.k91Wlan.display.window.table.get(window = repcap.Window.Default)

Displays or removes the ‘Result Summary’ Global window.

param window

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

return

state: ON | OFF | 0 | 1 OFF | 0 Removes the ‘Result Summary’ Global window ON | 1 Displays the ‘Result Summary’ Global window

set(state: bool, window=Window.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TABLe
driver.applications.k91Wlan.display.window.table.set(state = False, window = repcap.Window.Default)

Displays or removes the ‘Result Summary’ Global window.

param state

ON | OFF | 0 | 1 OFF | 0 Removes the ‘Result Summary’ Global window ON | 1 Displays the ‘Result Summary’ Global window

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.k91Wlan.display.window.table.clone()

Subgroups