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

Uplink

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:FOFFset:UL:UCSPecific
CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:FOFFset:UL
class UplinkCls[source]

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

get_uc_specific() → bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:FOFFset:UL:UCSPecific
value: bool = driver.configure.rfSettings.pcc.foffset.uplink.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:UL
value: int = driver.configure.rfSettings.pcc.foffset.uplink.get_value()

Specifies a positive or negative frequency offset to be added to the center frequency of the configured uplink channel.

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:UL:UCSPecific
driver.configure.rfSettings.pcc.foffset.uplink.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:UL
driver.configure.rfSettings.pcc.foffset.uplink.set_value(offset = 1)

Specifies a positive or negative frequency offset to be added to the center frequency of the configured uplink channel.

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.