Group

SCPI Command :

SENSe[:WINDow<n>]:DISPlay:RWConfig:GROup
class GroupCls[source]

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

get(window=Window.Default) int[source]
# SCPI: SENSe[:WINDow<n>]:DISPlay:RWConfig:GROup
value: int = driver.applications.k149Uwb.sense.window.display.rwConfig.group.get(window = repcap.Window.Default)

Sets the Group for this window and for any windows this window is linked to.

param window

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

return

group: No help available

set(group: int, window=Window.Default) None[source]
# SCPI: SENSe[:WINDow<n>]:DISPlay:RWConfig:GROup
driver.applications.k149Uwb.sense.window.display.rwConfig.group.set(group = 1, window = repcap.Window.Default)

Sets the Group for this window and for any windows this window is linked to.

param group

1..n Window

param window

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