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
            • Frequency
              • Downlink
              • Uplink
        • 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
  • Frequency
  • Downlink
  • Edit on GitLab

Downlink

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:UDEFined:FREQuency:DL:MINimum
CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:UDEFined:FREQuency: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:FREQuency:DL:MAXimum
value: int = driver.configure.rfSettings.pcc.userDefined.frequency.downlink.get_maximum()

Queries the maximum downlink carrier center frequency resulting from the user-defined band settings. For calculation, see method RsCmwLteSig.Configure.RfSettings.Pcc.UserDefined.Frequency.Downlink.minimum.

return:

frequency: decimal Range: 70 MHz to 6 GHz, Unit: Hz

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

Configures the carrier center frequency corresponding to the minimum downlink channel number for the user-defined band. The other frequencies are calculated from the settings as follows: FREQ:DL:MAX = FREQ:DL:MIN + (CHAN:DL:MAX - CHAN:DL:MIN) * 100 kHz FREQ:UL:MIN = FREQ:DL:MIN - UDSeparation FREQ:UL:MAX = FREQ:DL:MIN - UDSeparation + (CHAN:DL:MAX - CHAN:DL:MIN) * 100 kHz

return:

frequency: numeric The allowed range depends on the remaining user-defined band settings. All frequencies resulting from the calculations stated above must be located within the following frequency range. Range: 70 MHz to 6 GHz, Unit: Hz

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

Configures the carrier center frequency corresponding to the minimum downlink channel number for the user-defined band. The other frequencies are calculated from the settings as follows: FREQ:DL:MAX = FREQ:DL:MIN + (CHAN:DL:MAX - CHAN:DL:MIN) * 100 kHz FREQ:UL:MIN = FREQ:DL:MIN - UDSeparation FREQ:UL:MAX = FREQ:DL:MIN - UDSeparation + (CHAN:DL:MAX - CHAN:DL:MIN) * 100 kHz

param frequency:

numeric The allowed range depends on the remaining user-defined band settings. All frequencies resulting from the calculations stated above must be located within the following frequency range. Range: 70 MHz to 6 GHz, Unit: Hz

Previous Next

© Copyright © Rohde & Schwarz 2023. Revision ddbc9c39.

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