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
      • K91_Wlan
        • Calculate<Window>
          • Burst
          • DeltaMarker<DeltaMarker>
          • Dline<DisplayLine>
          • Espectrum
          • Fline<FreqLine>
          • Limit<LimitIx>
          • Marker<Marker>
            • Aoff
            • Bsymbol
            • Carrier
            • Function
            • LoExclude
            • Pexcursion
            • State
            • Symbol
            • Trace
            • X
              • Slimits
              • Ssize
            • Y
          • Math
          • Msra
          • Statistics
          • Unit
        • Calibration
        • Configure
        • Display
        • Fetch
        • FormatPy
        • Initiate
        • InputPy
        • Layout
        • MassMemory
        • Output
        • Sense
        • System
        • Trace<Window>
        • Trigger
        • TriggerInvoke
        • Unit
      • 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 »
  • K91_Wlan »
  • Calculate<Window> »
  • Marker<Marker> »
  • X »
  • Slimits »
  • Right
  • View page source

Right

SCPI Command :

CALCulate<n>:MARKer<m>:X:SLIMits:RIGHt
class RightCls[source]

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

get(window=Window.Default, marker=Marker.Default) → float[source]
# SCPI: CALCulate<n>:MARKer<m>:X:SLIMits:RIGHt
value: float = driver.applications.k91Wlan.calculate.marker.x.slimits.right.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines the right limit of the marker search range for all markers in all windows. If you perform a measurement in the time domain, this command limits the range of the trace to be analyzed.

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

search_limit: No help available

set(search_limit: float, window=Window.Default, marker=Marker.Default) → None[source]
# SCPI: CALCulate<n>:MARKer<m>:X:SLIMits:RIGHt
driver.applications.k91Wlan.calculate.marker.x.slimits.right.set(search_limit = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines the right limit of the marker search range for all markers in all windows. If you perform a measurement in the time domain, this command limits the range of the trace to be analyzed.

param search_limit

No help available

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.