RsFsw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • Instrument API
    • Applications
      • IqAnalyzer
      • K10x_Lte
      • K149_Uwb
      • 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>
          • DeltaMarker<DeltaMarker>
          • Limit<LimitIx>
          • Marker<Marker>
            • Aoff
            • Function
            • Link
            • LinkTo
            • LoExclude
            • Maximum
            • Minimum
            • Pexcursion
            • State
            • Trace
            • X
            • Y
          • Pmeter<PowerMeter>
          • Unit
        • Calibration
        • Configure
        • Display
        • Fetch
        • FormatPy
        • Initiate
        • InputPy
        • Layout
        • MassMemory
        • Output
        • Read
        • Sense
        • System
        • Trace<Window>
        • Trigger
        • Unit
    • Calculate<Window>
    • Calibration
    • Configure
    • Diagnostic
    • Display
    • Fetch<Window>
    • FormatPy
    • HardCopy
    • Initiate
    • InputPy<InputPy>
    • Instrument
    • Layout
    • MassMemory
    • Output<OutputConnector>
    • Read
    • Sense
    • Source
    • Status
    • System
    • Trace<Window>
    • Trigger
    • TriggerInvoke
    • Unit
  • Utilities
  • Logger
  • Events
  • Index
RsFsw
  • Instrument API
  • Applications
  • K9x_11ad
  • Calculate<Window>
  • Marker<Marker>
  • Link
  • View page source

Link

SCPI Command :

CALCulate<n>:MARKer<m>:LINK
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) → bool[source]
# CALCulate<n>:MARKer<m>:LINK
value: bool = driver.applications.k9X11Ad.calculate.marker.link.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines whether the markers in all diagrams with the same x-axis are linked. If enabled, and you move one marker along the x-axis, all other markers are moved to the same x-axis position. Note that if the method RsFsw.applications.k6Pulse.calculate.marker.link.trend.set() is enabled, this command is automatically also enabled, if necessary.

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

  • marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

Returns:

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default, marker=Marker.Default) → None[source]
# CALCulate<n>:MARKer<m>:LINK
driver.applications.k9X11Ad.calculate.marker.link.set(state = False, window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines whether the markers in all diagrams with the same x-axis are linked. If enabled, and you move one marker along the x-axis, all other markers are moved to the same x-axis position. Note that if the method RsFsw.applications.k6Pulse.calculate.marker.link.trend.set() is enabled, this command is automatically also enabled, if necessary.

Parameters:
  • state – ON | OFF | 1 | 0

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

  • marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

Previous Next

© Copyright © Rohde & Schwarz 2026.

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