RsFsw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsFsw API Structure
    • Applications
      • IqAnalyzer
      • K10x_Lte
      • K149_Uwb
        • Calculate<Window>
        • Configure
        • Diagnostic
        • Display
        • Fetch<Window>
        • Initiate
        • InputPy
        • Layout
        • MassMemory
        • Output
        • Sense
          • Bandwidth
          • Capture
          • Demod
          • Detect
          • Espectrum<SubBlock>
          • Evaluation
          • Frequency
          • Iq
          • Rlength
          • Sweep
          • SymbolRate
          • Window<Window>
            • Detector<Trace>
            • Display
              • Config
              • RwConfig
        • System
        • Trace<Window>
        • Trigger
        • TriggerInvoke
      • K14x_Nr5G
      • K17_Mcgd
      • K18_AmplifierEt
      • K30_NoiseFigure
      • K40_PhaseNoise
      • K50_Spurious
      • K6_Pulse
      • K60_Transient
      • K7_AnalogDemod
      • K70_Vsa
      • K91_Wlan
      • K9x_11ad
    • Calculate<Window>
    • Calibration
    • Configure
    • Diagnostic
    • Display
    • Fetch
    • FormatPy
    • HardCopy
    • Initiate
    • InputPy<InputIx>
    • Instrument
    • Layout
    • MassMemory
    • Output<OutputConnector>
    • Read
    • Sense
    • Source
    • Status
    • System
    • Trace<Window>
    • Trigger
    • TriggerInvoke
    • Unit
  • RsFsw Utilities
  • RsFsw Logger
  • RsFsw Events
  • Index
RsFsw
  • »
  • RsFsw API Structure »
  • Applications »
  • K149_Uwb »
  • Sense »
  • Window<Window> »
  • Display »
  • RwConfig »
  • Link
  • View page source

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’)

Previous Next

© Copyright © Rohde & Schwarz 2023.

Built with Sphinx using a theme provided by Read the Docs.