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
      • K7_AnalogDemod
      • K70_Vsa
        • Calculate<Window>
          • BitErrorRate
          • Ddem
          • DeltaMarker<DeltaMarker>
          • Dlabs
          • DlRel
          • Dsp
          • Elin
          • Feed
          • FormatPy
          • Fsk
          • Limit
          • Marker<Marker>
            • Aoff
            • Function
            • Link
            • Maximum
            • Mburst
            • Minimum
            • Search
            • State
            • Trace
            • X
            • Y
          • Meas
          • Msra
          • Rtms
          • Statistics
          • TlAbs
          • TlRel
          • Trace<Trace>
          • Unit
          • X
          • Y
        • Calibration
        • Display
        • FormatPy
        • Initiate
        • InputPy
        • Layout
        • MassMemory
        • Output<OutputConnector>
        • Sense
        • Status
        • System
        • Trace<Window>
        • Trigger<TriggerPort>
      • 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 »
  • K70_Vsa »
  • Calculate<Window> »
  • Marker<Marker> »
  • Search
  • View page source

Search

SCPI Command :

CALCulate<n>:MARKer<m>:SEARch
class SearchCls[source]

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

get(window=Window.Default, marker=Marker.Default) → RsFsw.enums.MarkerRealImagB[source]
# SCPI: CALCulate<n>:MARKer<m>:SEARch
value: enums.MarkerRealImagB = driver.applications.k70Vsa.calculate.marker.search.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Selects the trace type a marker search is performed on.

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

mark_real_imag: REAL Marker search functions are performed on the real trace of the ‘I/Q’ measurement. IMAG Marker search functions are performed on the imaginary trace of the ‘I/Q’ measurement. MAGN Marker search functions are performed on the magnitude of the I and Q data.

set(mark_real_imag: RsFsw.enums.MarkerRealImagB, window=Window.Default, marker=Marker.Default) → None[source]
# SCPI: CALCulate<n>:MARKer<m>:SEARch
driver.applications.k70Vsa.calculate.marker.search.set(mark_real_imag = enums.MarkerRealImagB.IMAG, window = repcap.Window.Default, marker = repcap.Marker.Default)

Selects the trace type a marker search is performed on.

param mark_real_imag

REAL Marker search functions are performed on the real trace of the ‘I/Q’ measurement. IMAG Marker search functions are performed on the imaginary trace of the ‘I/Q’ measurement. MAGN Marker search functions are performed on the magnitude of the I and Q data.

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

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