Item

SCPI Command :

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

Item commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class ItemStruct[source]

Response structure. Fields:

  • Result: enums.ResultTypeNr5G: No parameter help available

  • 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]
# SCPI: DISPlay[:WINDow<n>]:TABLe:ITEM
value: ItemStruct = driver.applications.k14Xnr5G.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’.

param window

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

return

structure: for return value, see the help for ItemStruct structure arguments.

set(result: RsFsw.enums.ResultTypeNr5G, state: bool, window=Window.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TABLe:ITEM
driver.applications.k14Xnr5G.display.window.table.item.set(result = enums.ResultTypeNr5G.AAPFail, 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’.

param result

No help available

param state

ON | OFF | 0 | 1 OFF | 0 Item is displayed in ‘Result Summary’. ON | 1 Item is not displayed in ‘Result Summary’.

param window

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