Item
SCPI Command :
DISPlay[:WINDow<n>]:PTABle:ITEM
- class ItemCls[source]
Item commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(item: RsFsw.enums.ResultItemK18, window=Window.Default) bool [source]
# SCPI: 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.
- param item
Selects the result. See the table at method RsFsw.Applications.K18_AmplifierEt.Configure.Psweep.Z.Result.set for a list of available parameters.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
state: ON | OFF | 1 | 0
- set(item: RsFsw.enums.ResultItemK18, state: bool, window=Window.Default) None [source]
# SCPI: 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.
- param item
Selects the result. See the table at method RsFsw.Applications.K18_AmplifierEt.Configure.Psweep.Z.Result.set for a list of available parameters.
- param state
ON | OFF | 1 | 0
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.display.window.ptable.item.clone()
Subgroups