RsFsw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • Instrument API
    • Applications
      • IqAnalyzer
      • K10x_Lte
        • Calculate<Window>
        • Calibration
        • Configure
        • Display
        • Fetch
        • FormatPy
        • Initiate
        • InputPy
        • Layout
        • MassMemory
          • Load
            • Cc<CarrierComponent>
              • DemodSetting
              • Tmod
            • Iq
          • Store<Store>
        • Output<OutputConnector>
        • Read
        • Sense
        • Status
        • Trace<Window>
        • Trigger
        • Unit
      • K149_Uwb
      • 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
  • K10x_Lte
  • MassMemory
  • Load
  • Cc<CarrierComponent>
  • Tmod
  • Uplink
  • View page source

Uplink

SCPI Command :

MMEMory:LOAD[:CC<cc>]:TMOD:UL
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) → str[source]
# MMEMory:LOAD[:CC<cc>]:TMOD:UL
value: str = driver.applications.k10Xlte.massMemory.load.cc.tmod.uplink.get(carrierComponent = repcap.CarrierComponent.Default)

Loads an O-RAN test case.

Parameters:

carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

Returns:

test_model: string String that contains the name of the O-RAN test case, e.g. ‘TC 3.2.3.7.1’.

set(test_model: str, carrierComponent=CarrierComponent.Default) → None[source]
# MMEMory:LOAD[:CC<cc>]:TMOD:UL
driver.applications.k10Xlte.massMemory.load.cc.tmod.uplink.set(test_model = 'abc', carrierComponent = repcap.CarrierComponent.Default)

Loads an O-RAN test case.

Parameters:
  • test_model – string String that contains the name of the O-RAN test case, e.g. ‘TC 3.2.3.7.1’.

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

Previous Next

© Copyright © Rohde & Schwarz 2026.

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