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>
  • X
  • Slimits
  • Right
  • Edit on GitLab

Right

SCPI Commands

CALCulate<Window>:MARKer<Marker>: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.k70Vsa.calculate.marker.x.slimits.right.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

This command 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

right_limit: No help available

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

This command 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 right_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 2021. Revision 7b5aed1a.

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