Table
SCPI Command :
DISPlay[:WINDow<n>]:TABLe
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(window=Window.Default) bool[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- Returns:
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]
# 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.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Removes the ‘Result Summary’ Global window ON | 1 Displays the ‘Result Summary’ Global window
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
table_copy = driver.applications.k91Wlan.display.window.table.clone()
Subgroups