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>
  • Search
  • Edit on GitLab

Search

SCPI Commands

CALCulate<Window>:MARKer<Marker>:SEARch
class SearchCls[source]

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

get(window=Window.Default, marker=Marker.Default) → 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)

This command specifies whether the marker search works on the real or the imag trace (for all markers) .

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 | IMAG

set(mark_real_imag: 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)

This command specifies whether the marker search works on the real or the imag trace (for all markers) .

param mark_real_imag

REAL | IMAG

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.