RsFsw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsFsw API Structure
    • Applications
      • IqAnalyzer
      • K10x_Lte
      • K149_Uwb
      • K14x_Nr5G
      • K17_Mcgd
      • K18_AmplifierEt
      • K30_NoiseFigure
      • K40_PhaseNoise
      • K50_Spurious
      • K6_Pulse
      • K60_Transient
        • Calculate<Window>
          • Ar
          • ChrDetection
          • DeltaMarker<DeltaMarker>
          • Distribution
          • HopDetection
          • Marker<Marker>
            • Aoff
            • Link
            • LinkTo
            • Maximum
            • Minimum
            • Pexcursion
            • Spectrogram
            • State
            • Trace
            • X
            • Y
          • Msra
          • Result
          • Rtms
          • Spectrogram
          • Trace<Trace>
          • Trend
          • Unit
        • Display
        • FormatPy
        • Initiate
        • InputPy
        • Layout
        • MassMemory
        • Output<OutputConnector>
        • Sense
        • System
        • Trace<Window>
        • Trigger
        • TriggerInvoke
      • 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 »
  • K60_Transient »
  • Calculate<Window> »
  • Marker<Marker> »
  • Link
  • View page source

Link

SCPI Command :

CALCulate<n>:MARKer:LINK
class LinkCls[source]

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

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

No command help available

param window

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

return

state: No help available

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

No command help available

param state

1..n Window

param window

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

Previous Next

© Copyright © Rohde & Schwarz 2023.

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