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
          • Cell
            • Alayout
            • Asn
            • Barred
            • BbCombining
            • Beam
            • Beams
            • Bler
            • Bwp<BwParts>
            • Cdrx
            • Cmatrix
            • CqiReporting
            • Csi
            • CssZero
            • Dmrs
            • Downlink
            • Harq
            • Ibwp
            • Info
            • Mconfig
            • Msg
            • Nssb
            • Pcid
            • Pcycle
            • Power
            • Pucch
            • Pusch
            • ReSelection
            • RfSettings
            • Srs
            • Ssb
            • Sspacing
            • Tadvance
            • Tdd
            • Timeout
            • Timing
            • UeScheduling
              • CmMapping
              • Rmc
              • Smode
              • Sps
              • UserDefined
            • UeType
            • Uplink
          • 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
  • Cell
  • UeScheduling
  • Rmc
  • Downlink
  • Edit on GitLab

Downlink

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:RMC:DL
class DownlinkCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Enable: bool: Enables or disables scheduling for all DL slots.

  • Modulation: enums.ModulationB: QPSK, 16QAM, 64QAM, 256QAM

  • Number_Rb: int: No parameter help available

  • Start_Rb: int: No parameter help available

get(cell_name: str) → GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:RMC:DL
value: GetStruct = driver.configure.signaling.nradio.cell.ueScheduling.rmc.downlink.get(cell_name = 'abc')

Configures NR cell settings to values compliant with a DL RMC definition. A setting command accepts only certain value combinations. Use the RMC wizard in the GUI to get allowed value combinations. A query returns the set of values that is presented by the RMC wizard. These values can differ from currently applied values. Omit optional parameters only if you do not care which value you get (just any RMC-compliant value) .

param cell_name:

No help available

return:

structure: for return value, see the help for GetStruct structure arguments.

set(cell_name: str, enable: bool, modulation: ModulationB = None, number_rb: int = None, start_rb: int = None) → None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:RMC:DL
driver.configure.signaling.nradio.cell.ueScheduling.rmc.downlink.set(cell_name = 'abc', enable = False, modulation = enums.ModulationB.BPSK, number_rb = 1, start_rb = 1)

Configures NR cell settings to values compliant with a DL RMC definition. A setting command accepts only certain value combinations. Use the RMC wizard in the GUI to get allowed value combinations. A query returns the set of values that is presented by the RMC wizard. These values can differ from currently applied values. Omit optional parameters only if you do not care which value you get (just any RMC-compliant value) .

param cell_name:

No help available

param enable:

Enables or disables scheduling for all DL slots.

param modulation:

QPSK, 16QAM, 64QAM, 256QAM

param number_rb:

No help available

param start_rb:

No help available

Previous Next

© Copyright © Rohde & Schwarz 2023. Revision ff85db99.

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