Item

SCPI Command :

DISPlay[:WINDow<n>]:PTABle:ITEM
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(item: ResultItemK18, window=Window.Default) bool[source]
# DISPlay[:WINDow<n>]:PTABle:ITEM
value: bool = driver.applications.k18AmplifierEt.display.window.ptable.item.get(item = enums.ResultItemK18.ACB1, window = repcap.Window.Default)

This command adds and removes results from the ‘Parameter Sweep’ Table.

Parameters:
  • item – Selects the result. See the table at method RsFsw.applications.k18AmplifierEt.configure.psweep.z.result.set() for a list of available parameters.

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

Returns:

state: ON | OFF | 1 | 0

set(item: ResultItemK18, state: bool, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:PTABle:ITEM
driver.applications.k18AmplifierEt.display.window.ptable.item.set(item = enums.ResultItemK18.ACB1, state = False, window = repcap.Window.Default)

This command adds and removes results from the ‘Parameter Sweep’ Table.

Parameters:
  • item – Selects the result. See the table at method RsFsw.applications.k18AmplifierEt.configure.psweep.z.result.set() for a list of available parameters.

  • state – ON | OFF | 1 | 0

  • 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.ptable.item.clone()

Subgroups