Link
SCPI Command :
SENSe[:WINDow<n>]:DISPlay:RWConfig:LINK
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) str[source]
# SENSe[:WINDow<n>]:DISPlay:RWConfig:LINK value: str = driver.applications.k149Uwb.sense.window.display.rwConfig.link.get(window = repcap.Window.Default)
Links a list of windows to this window. If a window exists in another set of linked windows, they are removed from that set.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- set(links: str, window=Window.Default) None[source]
# SENSe[:WINDow<n>]:DISPlay:RWConfig:LINK driver.applications.k149Uwb.sense.window.display.rwConfig.link.set(links = 'abc', window = repcap.Window.Default)
Links a list of windows to this window. If a window exists in another set of linked windows, they are removed from that set.
- Parameters:
links – 1..n Window
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)