Group
SCPI Command :
SENSe[:WINDow<n>]:DISPlay:RWConfig:GROup
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) int[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- set(group: int, window=Window.Default) None[source]
# 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.
- Parameters:
group – 1..n Window
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)