Item
SCPI Command :
DISPlay[:WINDow<n>]:TABLe:ITEM
- Commands in total: 4Subgroups: 3Direct child commands: 1
- get(item: TableItem, window=Window.Default) bool[source]
# DISPlay[:WINDow<n>]:TABLe:ITEM value: bool = driver.applications.k18AmplifierEt.display.window.table.item.get(item = enums.TableItem.ADRoop, window = repcap.Window.Default)
Defines which items are displayed in the ‘Result Summary’ (see ‘Result Summary Detailed’ and ‘Result Summary Global’) . Note that the results are always calculated, regardless of their visibility in the ‘Result Summary’.
- Parameters:
item – Item to be included in ‘Result Summary’. For an overview of possible results and the required parameters see the tables below.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Item is displayed in ‘Result Summary’. ON | 1 Item is not displayed in ‘Result Summary’.
- set(item: TableItem, state: bool, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:TABLe:ITEM driver.applications.k18AmplifierEt.display.window.table.item.set(item = enums.TableItem.ADRoop, state = False, window = repcap.Window.Default)
Defines which items are displayed in the ‘Result Summary’ (see ‘Result Summary Detailed’ and ‘Result Summary Global’) . Note that the results are always calculated, regardless of their visibility in the ‘Result Summary’.
- Parameters:
item – Item to be included in ‘Result Summary’. For an overview of possible results and the required parameters see the tables below.
state – ON | OFF | 0 | 1 OFF | 0 Item is displayed in ‘Result Summary’. ON | 1 Item is not displayed in ‘Result Summary’.
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.table.item.clone()
Subgroups