RsCmwLteSig
latest

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsCmwLteSig API Structure
    • A
    • B
    • Call
    • Catalog
    • Clean
    • Configure
      • A
      • B
      • Caggregation
      • Cbs
      • Cell
      • Connection
      • CqiReporting
      • Downlink
      • Ebler
      • EeLog
      • Fading
      • IqIn
      • Mmonitor
      • Ncell<CellNo>
      • Pcc
      • RfSettings
        • All
        • Edc
        • Pcc
          • AfBands
          • Channel
          • Eattenuation
          • Foffset
          • UserDefined
            • Channel
              • Downlink
              • Uplink
            • Frequency
        • Scc<SecondaryCompCarrier>
      • Scc<SecondaryCompCarrier>
      • Sib<SystemInfoBlock>
      • Sms
      • Throughput
      • UeCapability
      • UeReport
      • Uplink
    • Ebler
    • Intermediate
    • Prepare
    • Pswitched
    • Route
    • Scc<SecondaryCompCarrier>
    • Sense
    • Source
    • Throughput
  • RsCmwLteSig Utilities
  • RsCmwLteSig Logger
  • RsCmwLteSig Events
  • Index
RsCmwLteSig
  • RsCmwLteSig API Structure
  • Configure
  • RfSettings
  • Pcc
  • UserDefined
  • Channel
  • Downlink
  • Edit on GitLab

Downlink

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:UDEFined:CHANnel:DL:MINimum
CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:UDEFined:CHANnel:DL:MAXimum
class DownlinkCls[source]

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

get_maximum() → int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:UDEFined:CHANnel:DL:MAXimum
value: int = driver.configure.rfSettings.pcc.userDefined.channel.downlink.get_maximum()

Configures channel numbers for the user-defined band: the minimum downlink channel number and the maximum downlink channel number. Combinations that result in frequencies outside of the allowed range are corrected automatically.

return:

channel: decimal Range: 0 to 262143

get_minimum() → int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:UDEFined:CHANnel:DL:MINimum
value: int = driver.configure.rfSettings.pcc.userDefined.channel.downlink.get_minimum()

Configures channel numbers for the user-defined band: the minimum downlink channel number and the maximum downlink channel number. Combinations that result in frequencies outside of the allowed range are corrected automatically.

return:

channel: decimal Range: 0 to 262143

set_maximum(channel: int) → None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:UDEFined:CHANnel:DL:MAXimum
driver.configure.rfSettings.pcc.userDefined.channel.downlink.set_maximum(channel = 1)

Configures channel numbers for the user-defined band: the minimum downlink channel number and the maximum downlink channel number. Combinations that result in frequencies outside of the allowed range are corrected automatically.

param channel:

decimal Range: 0 to 262143

set_minimum(channel: int) → None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:UDEFined:CHANnel:DL:MINimum
driver.configure.rfSettings.pcc.userDefined.channel.downlink.set_minimum(channel = 1)

Configures channel numbers for the user-defined band: the minimum downlink channel number and the maximum downlink channel number. Combinations that result in frequencies outside of the allowed range are corrected automatically.

param channel:

decimal Range: 0 to 262143

Previous Next

© Copyright © Rohde & Schwarz 2023. Revision ddbc9c39.

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