RsFsw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • Instrument API
    • Applications
      • IqAnalyzer
      • K10x_Lte
      • K149_Uwb
        • Calculate<Window>
          • DeltaMarker<DeltaMarker>
          • Espectrum
          • Limit<LimitIx>
          • Marker<Marker>
            • Count
            • LoExclude
            • X
              • Slimits
              • Ssize
            • Y
        • Configure
        • Diagnostic
        • Display
        • Fetch<Window>
        • Initiate
        • InputPy
        • Layout
        • MassMemory
        • Output
        • Sense
        • 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<Window>
    • FormatPy
    • HardCopy
    • Initiate
    • InputPy<InputPy>
    • Instrument
    • Layout
    • MassMemory
    • Output<OutputConnector>
    • Read
    • Sense
    • Source
    • Status
    • System
    • Trace<Window>
    • Trigger
    • TriggerInvoke
    • Unit
  • Utilities
  • Logger
  • Events
  • Index
RsFsw
  • Instrument API
  • Applications
  • K149_Uwb
  • Calculate<Window>
  • Marker<Marker>
  • X
  • Slimits
  • Right
  • View page source

Right

SCPI Command :

CALCulate<n>:MARKer<m>:X:SLIMits:RIGHt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) → float[source]
# CALCulate<n>:MARKer<m>:X:SLIMits:RIGHt
value: float = driver.applications.k149Uwb.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.

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

  • marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

set(arg_0: float, window=Window.Default, marker=Marker.Default) → None[source]
# CALCulate<n>:MARKer<m>:X:SLIMits:RIGHt
driver.applications.k149Uwb.calculate.marker.x.slimits.right.set(arg_0 = 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.

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

  • marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

Previous Next

© Copyright © Rohde & Schwarz 2026.

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