RsFsw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsFsw API Structure
    • Applications
    • Calculate<Window>
    • Calibration
    • Configure
    • Diagnostic
    • Display
    • Fetch
    • FormatPy
    • HardCopy
    • Initiate
    • InputPy<InputIx>
    • Instrument
    • Layout
    • MassMemory
    • Output<OutputConnector>
    • Read
    • Sense
      • Ademod
      • Adjust
      • Average
      • Bandwidth
      • Correction
      • Ddemod
      • Demod
      • Espectrum<SubBlock>
      • FilterPy<FilterPy>
      • Frequency
      • Iq
      • ListPy
      • Mixer
      • Mpower
      • Msra
      • Npratio
      • Pmeter<PowerMeter>
        • Dcycle
        • Frequency
          • Link
        • Mtime
        • Roffset
        • Soffset
        • State
        • Trigger
        • Update
      • Power
      • Probe<Probe>
      • Rlength
      • Roscillator
      • Rtms
      • Sampling
      • SwapIq
      • Sweep
      • SymbolRate
      • Trace
      • Window<Window>
    • Source
    • Status
    • System
    • Trace<Window>
    • Trigger
    • TriggerInvoke
    • Unit
  • RsFsw Utilities
  • RsFsw Logger
  • RsFsw Events
  • Index
RsFsw
  • »
  • RsFsw API Structure »
  • Sense »
  • Pmeter<PowerMeter> »
  • Frequency »
  • Link
  • View page source

Link

SCPI Command :

[SENSe]:PMETer<p>:FREQuency:LINK
class LinkCls[source]

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

get(powerMeter=PowerMeter.Default) → RsFsw.enums.PmeterFreqLink[source]
# SCPI: [SENSe]:PMETer<p>:FREQuency:LINK
value: enums.PmeterFreqLink = driver.sense.pmeter.frequency.link.get(powerMeter = repcap.PowerMeter.Default)

Selects the frequency coupling for power sensor measurements.

param powerMeter

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

return

coupling: CENTer Couples the frequency to the center frequency of the analyzer MARKer1 Couples the frequency to the position of marker 1 OFF Switches the frequency coupling off

set(coupling: RsFsw.enums.PmeterFreqLink, powerMeter=PowerMeter.Default) → None[source]
# SCPI: [SENSe]:PMETer<p>:FREQuency:LINK
driver.sense.pmeter.frequency.link.set(coupling = enums.PmeterFreqLink.CENTer, powerMeter = repcap.PowerMeter.Default)

Selects the frequency coupling for power sensor measurements.

param coupling

CENTer Couples the frequency to the center frequency of the analyzer MARKer1 Couples the frequency to the position of marker 1 OFF Switches the frequency coupling off

param powerMeter

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

Previous Next

© Copyright © Rohde & Schwarz 2023.

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