RsCmwGsmSig
latest

Contents:

  • Getting Started
  • Revision History
  • Enums
  • RepCaps
  • Examples
  • Index
  • RsCmwGsmSig API Structure
    • Route
    • Configure
      • Band
      • DualBand
      • Mslot
      • RfSettings
      • IqIn
      • Fading
      • Connection
        • Cswitched
        • Pswitched
        • Foffset
      • Ncell
      • Cell
      • Trigger
      • Rreport
      • Sms
      • Cbs
      • Ber
      • Bler
      • Throughput
      • Cperformance
      • Mmonitor
      • MsReport
    • Sense
    • Clean
    • Source
    • Call
    • Cswitched
    • Pswitched
    • Prepare
    • Handover
    • Ber
    • Intermediate
    • Bler
    • Throughput
    • Cperformance
RsCmwGsmSig
  • »
  • RsCmwGsmSig API Structure »
  • Configure »
  • Connection »
  • Pswitched »
  • Sconfig »
  • UdCycle »
  • Downlink
  • Edit on GitLab

Downlink¶

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:UDCYcle:DL:CARRier<Const_Carrier>
CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:UDCYcle:DL
class Downlink[source]

Downlink commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_carrier() → List[int][source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:UDCYcle:DL:CARRier<Carrier>
value: List[int] = driver.configure.connection.pswitched.sconfig.udCycle.downlink.get_carrier()

No command help available

return

assigned: No help available

get_value() → List[int][source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:UDCYcle:DL
value: List[int] = driver.configure.connection.pswitched.sconfig.udCycle.downlink.get_value()

Percentage of downlink GPRS radio blocks containing the USF assigned to the MS. In sum, eight values are specified (slot 0 to slot 7) .

return

assigned: Range: 0 | 1 | 25 | 50 | 75| 100 , Unit: %

set_carrier(assigned: List[int]) → None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:UDCYcle:DL:CARRier<Carrier>
driver.configure.connection.pswitched.sconfig.udCycle.downlink.set_carrier(assigned = [1, 2, 3])

No command help available

param assigned

No help available

set_value(assigned: List[int]) → None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:UDCYcle:DL
driver.configure.connection.pswitched.sconfig.udCycle.downlink.set_value(assigned = [1, 2, 3])

Percentage of downlink GPRS radio blocks containing the USF assigned to the MS. In sum, eight values are specified (slot 0 to slot 7) .

param assigned

Range: 0 | 1 | 25 | 50 | 75| 100 , Unit: %

Next Previous

© Copyright © Rohde & Schwarz 2021. Revision f5c7690f.

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