RsFsw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • Instrument API
    • Applications
    • Calculate<Window>
      • DeltaMarker<DeltaMarker>
      • Dline<DisplayLine>
      • Espectrum
      • Feed
      • Fline<FreqLine>
      • FormatPy
      • Iq
      • Limit<LimitIx>
      • Marker<Marker>
        • Aoff
        • Count
        • Function
        • Link
        • LinkTo
        • LoExclude
        • Maximum
        • Minimum
        • Pexcursion
        • Search
        • Spectrogram
        • State
        • Trace
        • X
        • Y
        • Z
      • Mask
      • Math
      • Msra
      • Npratio
      • PeakSearch
      • Pline<PowerLine>
      • Pmeter<PowerMeter>
      • Rtms
      • Spectrogram
      • Statistics
      • Threshold
      • Tline<TimeLine>
      • Unit
    • 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
  • 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) → DisplayType[source]
# CALCulate<n>:MARKer<m>:LINK
value: enums.DisplayType = driver.calculate.marker.link.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Links the specified marker in all displays of the specified type.

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:

display_type: TIME | SPECtrum | BOTH | NONE TIME Links the markers in all time domain diagrams SPECtrum Links the markers in all AF Spectrum displays BOTH Links the markers both in the time domain diagrams and in the AF Spectrum displays NONE Markers are not linked.

set(display_type: DisplayType, window=Window.Default, marker=Marker.Default) → None[source]
# CALCulate<n>:MARKer<m>:LINK
driver.calculate.marker.link.set(display_type = enums.DisplayType.BOTH, window = repcap.Window.Default, marker = repcap.Marker.Default)

Links the specified marker in all displays of the specified type.

Parameters:
  • display_type – TIME | SPECtrum | BOTH | NONE TIME Links the markers in all time domain diagrams SPECtrum Links the markers in all AF Spectrum displays BOTH Links the markers both in the time domain diagrams and in the AF Spectrum displays NONE Markers are not linked.

  • 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.