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

Downlink

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:FOFFset:DL:UCSPecific
CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:FOFFset:DL
class DownlinkCls[source]

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

get_uc_specific() → bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:FOFFset:DL:UCSPecific
value: bool = driver.configure.rfSettings.pcc.foffset.downlink.get_uc_specific()

Enables or disables the usage of different frequency offset values for the individual downlink or uplink component carriers.

return:

enable: OFF | ON OFF: The configured PCC offset is also used for the SCCs. The configured SCC offsets have no effect. ON: You can configure the frequency offset per carrier.

get_value() → int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:FOFFset:DL
value: int = driver.configure.rfSettings.pcc.foffset.downlink.get_value()

Specifies a positive or negative frequency offset to be added to the center frequency of the configured downlink channel. You can use the PCC command to configure the same offset for the PCC and all SCCs. Or you can use the PCC and SCC command to configure different values. See also method RsCmwLteSig.Configure.RfSettings.Pcc.Foffset.Downlink.ucSpecific.

return:

offset: numeric Range: -100 kHz to 100 kHz, Unit: Hz

set_uc_specific(enable: bool) → None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:FOFFset:DL:UCSPecific
driver.configure.rfSettings.pcc.foffset.downlink.set_uc_specific(enable = False)

Enables or disables the usage of different frequency offset values for the individual downlink or uplink component carriers.

param enable:

OFF | ON OFF: The configured PCC offset is also used for the SCCs. The configured SCC offsets have no effect. ON: You can configure the frequency offset per carrier.

set_value(offset: int) → None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:FOFFset:DL
driver.configure.rfSettings.pcc.foffset.downlink.set_value(offset = 1)

Specifies a positive or negative frequency offset to be added to the center frequency of the configured downlink channel. You can use the PCC command to configure the same offset for the PCC and all SCCs. Or you can use the PCC and SCC command to configure different values. See also method RsCmwLteSig.Configure.RfSettings.Pcc.Foffset.Downlink.ucSpecific.

param offset:

numeric Range: -100 kHz to 100 kHz, Unit: Hz

Previous Next

© Copyright © Rohde & Schwarz 2023. Revision ddbc9c39.

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