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
            • Center
              • Step
            • Offset
            • Span
            • Start
            • Stop
          • Iq
          • Rlength
          • Sweep
          • SymbolRate
          • Window<Window>
        • 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 »
  • Frequency »
  • Center »
  • Step »
  • Link
  • View page source

Link

SCPI Command :

[SENSe]:FREQuency:CENTer:STEP:LINK
class LinkCls[source]

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

get() → RsFsw.enums.FrequencyCouplingLinkB[source]
# SCPI: [SENSe]:FREQuency:CENTer:STEP:LINK
value: enums.FrequencyCouplingLinkB = driver.applications.k149Uwb.sense.frequency.center.step.link.get()

Couples and decouples the center frequency step size to the span or the resolution bandwidth.

return

step_link: No help available

set(step_link: RsFsw.enums.FrequencyCouplingLinkB) → None[source]
# SCPI: [SENSe]:FREQuency:CENTer:STEP:LINK
driver.applications.k149Uwb.sense.frequency.center.step.link.set(step_link = enums.FrequencyCouplingLinkB.OFF)

Couples and decouples the center frequency step size to the span or the resolution bandwidth.

param step_link

SPAN | RBW | OFF SPAN Couples the step size to the span. Available for measurements in the frequency domain. (for RF spectrum result display) RBW Couples the step size to the resolution bandwidth. Available for measurements in the time domain. (for all result displays except RF spectrum) OFF Decouples the step size.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k149Uwb.sense.frequency.center.step.link.clone()

Subgroups

  • Factor
Previous Next

© Copyright © Rohde & Schwarz 2023.

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