Link
SCPI Command :
SENSe[:WINDow<n>]:DISPlay:RWConfig:LINK
- class LinkCls[source]
Link commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) str [source]
# SCPI: 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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
links: No help available
- set(links: str, window=Window.Default) None [source]
# SCPI: 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.
- param links
1..n Window
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)