RsSmw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsSmw API Structure
    • Bert
    • Bler
    • Calibration
    • Clock
    • Connector
    • Device
    • Diagnostic
    • Display
    • FormatPy
    • Fpanel
    • HardCopy
    • Initiate<Channel>
    • Kboard
    • MassMemory
    • Memory
    • Output
    • Read<Channel>
    • Sconfiguration
    • Sense<Channel>
    • Service
    • Slist
    • Source
      • Am<GeneratorIx>
      • AreGenerator
      • Awgn
      • Bb
        • Arbitrary
        • Btooth
        • C2K
        • Coder
        • Dab
        • Dm
        • Dvb
        • Esequencer
        • Eutra
        • Evdo
        • Gbas
        • Gnpr
        • Gnss
        • Graphics
        • Gsm
        • Huwb
        • Impairment
        • Info
        • Lora
        • Mccw
        • Measurement
        • Nfc
        • Nr5G
        • Ofdm
        • Oneweb
        • Packet
        • Path
        • Power
        • Pramp
        • Progress
        • Tdscdma
        • Tetra
        • Trigger
        • V5G
          • Clipping
          • Clock
          • Downlink
            • Apm
            • Ca
            • Cell<CellNull>
            • Conf
            • Csettings
            • Csis
            • Drs
            • Dumd
            • Mimo
            • Pbch
            • Pdsch
            • Phich
            • Plci
            • Prss
            • Refsig
            • RstFrame
            • Signals
            • Subf<SubframeNull>
            • Sync
            • User<UserIx>
            • View
            • Xpdcch
          • FilterPy
          • LogGen
          • Powc
          • Setting
          • SymbolRate
          • Tdd
          • Tdw
          • Timc
          • Trigger
          • Udt
          • Uplink
          • Waveform
        • W3Gpp
        • Wlad
        • Wlay
        • Wlnn
      • Bbin
      • Bextension
      • Cemulation
      • Combined
      • Correction
      • Dm
      • Efrontend
      • Fm<GeneratorIx>
      • Frequency
      • Fsimulator
      • InputPy
      • Iq
      • LfOutput<LfOutput>
      • ListPy
      • Modulation
      • Noise
      • Occupy
      • Path
      • Pgenerator
      • Phase
      • Pm<GeneratorIx>
      • Power
      • Pulm
      • Regenerator
      • RfAlignment
      • Roscillator
      • Sweep
    • Status
    • System
    • Test
    • Trigger<InputIx>
    • Unit
  • RsSmw Utilities
  • RsSmw Logger
  • RsSmw Events
  • Index
RsSmw
  • RsSmw API Structure
  • Source
  • Bb
  • V5G
  • Downlink
  • View page source

Downlink

SCPI Commands :

[SOURce<HW>]:BB:V5G:DL:BUR
[SOURce<HW>]:BB:V5G:DL:BW
[SOURce<HW>]:BB:V5G:DL:CONSubframes
[SOURce<HW>]:BB:V5G:DL:CPC
[SOURce<HW>]:BB:V5G:DL:FFT
[SOURce<HW>]:BB:V5G:DL:LGS
[SOURce<HW>]:BB:V5G:DL:NORB
[SOURce<HW>]:BB:V5G:DL:OCCBandwidth
[SOURce<HW>]:BB:V5G:DL:OCCSubcarriers
[SOURce<HW>]:BB:V5G:DL:PUM
[SOURce<HW>]:BB:V5G:DL:RBM
[SOURce<HW>]:BB:V5G:DL:RGS
[SOURce<HW>]:BB:V5G:DL:SFSelection
[SOURce<HW>]:BB:V5G:DL:SRATe
[SOURce<HW>]:BB:V5G:DL:ULCPc
class DownlinkCls[source]

Downlink commands group definition. 338 total commands, 22 Subgroups, 15 group commands

get_bur() → BehUnsSubFrames[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:BUR
value: enums.BehUnsSubFrames = driver.source.bb.v5G.downlink.get_bur()

No command help available

return:

bur: No help available

get_bw() → ChannelBandwidth[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:BW
value: enums.ChannelBandwidth = driver.source.bb.v5G.downlink.get_bw()

No command help available

return:

bw: No help available

get_con_sub_frames() → int[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:CONSubframes
value: int = driver.source.bb.v5G.downlink.get_con_sub_frames()

Sets the number of configurable subframes.

return:

con_sub_frames: integer Range: 1 to 40

get_cpc() → CyclicPrefixGs[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:CPC
value: enums.CyclicPrefixGs = driver.source.bb.v5G.downlink.get_cpc()

No command help available

return:

cyclic_prefix: No help available

get_fft() → int[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:FFT
value: int = driver.source.bb.v5G.downlink.get_fft()

No command help available

return:

fft: No help available

get_lgs() → int[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:LGS
value: int = driver.source.bb.v5G.downlink.get_lgs()

No command help available

return:

lgs: No help available

get_no_rb() → int[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:NORB
value: int = driver.source.bb.v5G.downlink.get_no_rb()

No command help available

return:

no_rb: No help available

get_occ_bandwidth() → float[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:OCCBandwidth
value: float = driver.source.bb.v5G.downlink.get_occ_bandwidth()

No command help available

return:

occup_bandwidth: No help available

get_occ_subcarriers() → int[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:OCCSubcarriers
value: int = driver.source.bb.v5G.downlink.get_occ_subcarriers()

No command help available

return:

occup_subcarr: No help available

get_pum() → PwrUpdMode[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:PUM
value: enums.PwrUpdMode = driver.source.bb.v5G.downlink.get_pum()

No command help available

return:

power_update_mode: No help available

get_rbm() → OneWebResBlckMap[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:RBM
value: enums.OneWebResBlckMap = driver.source.bb.v5G.downlink.get_rbm()

No command help available

return:

res_block_map: No help available

get_rgs() → int[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:RGS
value: int = driver.source.bb.v5G.downlink.get_rgs()

No command help available

return:

rgs: No help available

get_sf_selection() → int[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SFSelection
value: int = driver.source.bb.v5G.downlink.get_sf_selection()

No command help available

return:

sub_frame_sel: No help available

get_symbol_rate() → float[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SRATe
value: float = driver.source.bb.v5G.downlink.get_symbol_rate()

No command help available

return:

sample_rate: No help available

get_ulcpc() → EuTraDuration[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:ULCPc
value: enums.EuTraDuration = driver.source.bb.v5G.downlink.get_ulcpc()

No command help available

return:

gs_cpc_opp_dir: No help available

set_bur(bur: BehUnsSubFrames) → None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:BUR
driver.source.bb.v5G.downlink.set_bur(bur = enums.BehUnsSubFrames.DTX)

No command help available

param bur:

No help available

set_bw(bw: ChannelBandwidth) → None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:BW
driver.source.bb.v5G.downlink.set_bw(bw = enums.ChannelBandwidth.BW0_20)

No command help available

param bw:

No help available

set_con_sub_frames(con_sub_frames: int) → None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:CONSubframes
driver.source.bb.v5G.downlink.set_con_sub_frames(con_sub_frames = 1)

Sets the number of configurable subframes.

param con_sub_frames:

integer Range: 1 to 40

set_cpc(cyclic_prefix: CyclicPrefixGs) → None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:CPC
driver.source.bb.v5G.downlink.set_cpc(cyclic_prefix = enums.CyclicPrefixGs.EXTended)

No command help available

param cyclic_prefix:

No help available

set_fft(fft: int) → None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:FFT
driver.source.bb.v5G.downlink.set_fft(fft = 1)

No command help available

param fft:

No help available

set_no_rb(no_rb: int) → None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:NORB
driver.source.bb.v5G.downlink.set_no_rb(no_rb = 1)

No command help available

param no_rb:

No help available

set_pum(power_update_mode: PwrUpdMode) → None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:PUM
driver.source.bb.v5G.downlink.set_pum(power_update_mode = enums.PwrUpdMode.CONTinuous)

No command help available

param power_update_mode:

No help available

set_rbm(res_block_map: OneWebResBlckMap) → None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:RBM
driver.source.bb.v5G.downlink.set_rbm(res_block_map = enums.OneWebResBlckMap.V80)

No command help available

param res_block_map:

No help available

set_sf_selection(sub_frame_sel: int) → None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:SFSelection
driver.source.bb.v5G.downlink.set_sf_selection(sub_frame_sel = 1)

No command help available

param sub_frame_sel:

No help available

set_ulcpc(gs_cpc_opp_dir: EuTraDuration) → None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:ULCPc
driver.source.bb.v5G.downlink.set_ulcpc(gs_cpc_opp_dir = enums.EuTraDuration.EXTended)

No command help available

param gs_cpc_opp_dir:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.v5G.downlink.clone()

Subgroups

  • Apm
    • Cs
      • Ap<AntennaPortNull>
        • Row<Row>
      • CsiAp
        • Row<Row>
      • Xssap
        • Row<Row>
  • Ca
    • Cell<CellNull>
      • Bw
      • Cif
      • Dfreq
      • Id
      • Index
      • Nidcsi
      • Phich
        • Duration
        • NgParameter
      • Poffset
      • Pstart
      • ScIndex
      • SpsConf
      • State
      • Tdelay
      • UdConf
  • Cell<CellNull>
    • Subf<SubframeNull>
      • Alloc<AllocationNull>
        • Pusch
          • Precoding
            • Cbua
  • Conf
  • Csettings
  • Csis
    • Cell<CellNull>
      • Config
      • Pow
      • Scid
      • SfDelta
      • Sfi
      • Sft
      • State
      • Zprs<IndexNull>
        • Zp
        • ZpDelta
        • Zpi
        • Zpt
  • Drs
    • Cell<CellNull>
      • CdState
      • Csirs<CsiRefSignal>
        • NzConfig
        • NzqOffset
        • NzsCid
        • NzsfOffset
        • Zp
        • ZpDelta
        • Zpi
        • Zpt
      • Duration
      • NzpNum
      • Offset
      • Pattern
      • Periodicity
      • State
      • ZpNum
  • Dumd
  • Mimo
    • Apm
      • Cs
        • Cell
          • Row<Row>
  • Pbch
  • Pdsch
  • Phich
  • Plci
  • Prss
    • Tprs
  • Refsig
  • RstFrame
  • Signals
    • Brs
  • Subf<SubframeNull>
    • AlCount
    • Alloc<AllocationNull>
      • Aoc
      • Apm
        • Csirs
          • Ap<AntennaPortNull>
            • Row<RowNull>
      • Caw
      • Ccoding
        • IsbSize
        • RvIndex
        • State
        • TbSize
      • Codewords
      • Conflict
      • ConType
      • Data
      • Dselect
      • Gap
      • Modulation
      • Pattern
      • PhysBits
      • Power
      • Precoding
        • Ap
        • Apm
        • CbIndex<IndexNull>
        • Cdd
        • DaFormat
        • Lcount
        • NoLayers
        • Scheme
        • TrScheme
      • RbCount
      • RbOffset
      • Scrambling
        • State
        • UeId
      • State
      • SymCount
      • SymOffset
      • Xpdsch
        • Dmrs
          • Nid
          • Niddmrs
        • Nscid
        • Pcrs
          • ApConf
          • Nid
          • Nidpcrs
          • Rpower
    • CycPrefix
    • Encc
      • Pcfich
        • Cregion
        • Power
        • Scrambling
          • State
      • Phich
        • AnPattern<AntennaPattern>
        • Cell<CellNull>
          • AnPattern<AntennaPattern>
          • Group<GroupNull>
            • Item<ItemNull>
          • NoGroups
        • Pmode
        • Power
      • Precoding
        • NoLayers
        • Scheme
      • Scrambling
        • State
      • State
      • Xpdcch
        • AlRegs
        • Avcces
        • AvRegs
        • Bits
        • Data
        • DcRegs
          • Data
          • Dselect
          • Pattern
          • TrSource
        • Dregs
        • Dselect
        • Extc
          • Append
          • Conflicts
          • Down
          • Insert
          • Item<ItemNull>
            • Cell
            • Cindex
            • Conflict
            • DciConf
            • DciFmt
            • Ncces
            • Ndcces
            • Pfmt
            • Symbol
            • UeId
            • User
          • Sitem
          • Solve
          • Uitems
          • Up
        • FormatPy
        • NoPdcchs
        • Pattern
        • Power
        • Scrambling
          • State
    • User<UserIx>
      • PhysBits
  • Sync
  • User<UserIx>
    • Apm
      • Cbci
      • CbIndex<IndexNull>
      • Cbua
      • Layer<LayerNull>
        • Ap<AntennaPortNull>
          • Row<Row>
            • Imaginary
            • Real
      • MapCoordinates
      • Mode
    • AsPy
      • Apply
      • ArbLen
      • AsLength
      • Downlink
        • AfSeq
        • Cell<CellNull>
          • Append
          • Fmcs
          • Insert
          • McsMode
          • RvcSequence
          • Selement
          • SeqElem
            • Conflict
            • Harq
            • Pdre
            • Subframe
            • Tb1
            • Tb2
          • Slength
          • Tcr
          • Tmod
          • UrlCounter
          • Usubframe<SubframeNull>
        • Indi
        • Nhids
        • Nhtrans
        • SkProcess
      • Uplink
        • AfSeq
        • Cell<CellNull>
          • Append
          • Insert
          • Selement
          • SeqElem
            • Conflict
            • Harq
            • Ndi
            • Ptpc
            • Rba
            • Rv
            • Subframe
            • UlIndex
          • Slength
          • VulTxPow
        • Indi
        • Nhtrans
    • Asrs
      • State
    • Ca
      • State
    • Caw
      • State
    • Ccoding
      • State
    • Cell<CellNull>
      • Txm
    • Data
    • Dselect
    • EimtaRnti
    • Epdcch
      • Cell<CellNull>
        • Set<SetItem>
          • Nid
          • Power
          • Prbs
          • Rba
          • State
          • Ttyp
        • State
    • McsTwo
      • State
    • Pa
    • Pattern
    • Release
    • Scrambling
      • Cell<Cell>
        • Dmrs
          • Id1
          • Id2
          • Use
      • State
    • Sps
      • Crnti
      • Sactivation
      • Sinterval
      • Srelease
      • State
    • State
    • TaltIndex
      • State
    • Txm
    • Uec
    • UeId
    • Ulca<UlCarriersNull>
      • State
  • View
  • Xpdcch
Previous Next

© Copyright © Rohde & Schwarz 2023.

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