Item
SCPI Command :
DISPlay[:WINDow<n>]:TABLe:ITEM
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class ItemStruct[source]
Response structure. Fields:
1 Item: enums.TableItemK91: Item to be included in ‘Result Summary’. For an overview of possible results and the required parameters see the tables below.
2 State: bool: ON | OFF | 0 | 1 OFF | 0 Item is displayed in ‘Result Summary’. ON | 1 Item is not displayed in ‘Result Summary’.
- get(window=Window.Default) ItemStruct[source]
# DISPlay[:WINDow<n>]:TABLe:ITEM value: ItemStruct = driver.applications.k91Wlan.display.window.table.item.get(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:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- Returns:
structure: for return value, see the help for ItemStruct structure arguments.
- set(item: TableItemK91, state: bool, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:TABLe:ITEM driver.applications.k91Wlan.display.window.table.item.set(item = enums.TableItemK91.BER, 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’)