RsCMX_Signaling
latest

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsCMX_Signaling API Structure
    • Add
    • Catalog
    • Configure
      • Lte
      • NrMmw
      • NrSub
      • Signaling
        • Awgn
        • Cmas
        • Eps
        • Etws
        • Fading
        • Fgs
        • Lte
        • Measurement
        • Nbehavior
        • Nradio
          • Ca
            • Dormancy
            • Scell
              • Activation
              • Dormancy
              • Mac
              • Uplink
          • Cell
          • Ncell
        • Sms
        • Tmode
        • Topology
        • Trigger
        • Ue
        • UeAssistance
      • Wlan
    • Create
    • Diagnostic
    • Init
    • Procedure
    • Remove
    • Restart
    • Sense
    • Signaling
    • Source
    • System
    • Test
  • RsCMX_Signaling Utilities
  • RsCMX_Signaling Logger
  • RsCMX_Signaling Events
  • Index
RsCMX_Signaling
  • RsCMX_Signaling API Structure
  • Configure
  • Signaling
  • Nradio
  • Ca
  • Scell
  • Uplink
  • Edit on GitLab

Uplink

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CA:SCELl:UL
class UplinkCls[source]

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

get(cell_name: str) → bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CA:SCELl:UL
value: bool = driver.configure.signaling.nradio.ca.scell.uplink.get(cell_name = 'abc')

Enables or disables the uplink of an SCell.

param cell_name:

No help available

return:

enable: No help available

set(cell_name: str, enable: bool) → None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CA:SCELl:UL
driver.configure.signaling.nradio.ca.scell.uplink.set(cell_name = 'abc', enable = False)

Enables or disables the uplink of an SCell.

param cell_name:

No help available

param enable:

No help available

Previous Next

© Copyright © Rohde & Schwarz 2023. Revision ff85db99.

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