RsFswp
latest

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsFswp API Structure
    • Applications
      • IqAnalyzer
      • K30_NoiseFigure
      • K40_PhaseNoise
      • K50_Spurious
      • K60_Transient
      • K7_AnalogDemod
      • K70_Vsa
        • Calculate<Window>
        • Display
        • FormatPy
        • Initiate
        • InputPy<InputIx>
        • Layout
        • MassMemory
        • Output<OutputConnector>
        • Sense
        • Status
        • Trace<Window>
        • Trigger<TriggerPort>
    • 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
  • RsFswp Utilities
  • RsFswp Logger
  • RsFswp Events
  • Index
RsFswp
  • RsFswp API Structure
  • Applications
  • K70_Vsa
  • Calculate<Window>
  • Marker<Marker>
  • Link
  • Edit on GitLab

Link

SCPI Commands

CALCulate<Window>:MARKer<Marker>:LINK
class LinkCls[source]

Link commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, marker=Marker.Default) → bool[source]
# SCPI: CALCulate<n>:MARKer<m>:LINK
value: bool = driver.applications.k70Vsa.calculate.marker.link.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

With this command markers between several screens can be coupled, i.e. use the same x-value. All screens can be linked with the marker x-value scaled in symbols or time, except those showing the capture buffer. If several capture buffer measurements are visible, their markers are coupled, too.

param window

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

param marker

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

return

state: No help available

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

With this command markers between several screens can be coupled, i.e. use the same x-value. All screens can be linked with the marker x-value scaled in symbols or time, except those showing the capture buffer. If several capture buffer measurements are visible, their markers are coupled, too.

param state

No help available

param window

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

param marker

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

Previous Next

© Copyright © Rohde & Schwarz 2021. Revision 7b5aed1a.

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