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
          • Clipping
          • Clock
          • Downlink
          • FilterPy
          • Notch<NotchFilter>
          • Powc
          • RefSignal
          • Setting
          • SymbolRate
          • Tdw
          • Trigger
          • Udt
          • Uplink
            • Ca
            • Cell<CellNull>
            • Plci
            • Prach
            • Pucch
            • Pusch
            • Refsig
            • RstFrame
            • Subf<SubframeNull>
            • Ue<UserEquipment>
            • View
          • Waveform
        • Packet
        • Path
        • Power
        • Pramp
        • Progress
        • Tdscdma
        • Tetra
        • Trigger
        • V5G
        • 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
  • Oneweb
  • Uplink
  • View page source

Uplink

SCPI Commands :

[SOURce<HW>]:BB:ONEWeb:UL:BW
[SOURce<HW>]:BB:ONEWeb:UL:CONSubframes
[SOURce<HW>]:BB:ONEWeb:UL:CPC
[SOURce<HW>]:BB:ONEWeb:UL:FFT
[SOURce<HW>]:BB:ONEWeb:UL:LGS
[SOURce<HW>]:BB:ONEWeb:UL:NORB
[SOURce<HW>]:BB:ONEWeb:UL:OCCBandwidth
[SOURce<HW>]:BB:ONEWeb:UL:OCCSubcarriers
[SOURce<HW>]:BB:ONEWeb:UL:RGS
[SOURce<HW>]:BB:ONEWeb:UL:SFSelection
[SOURce<HW>]:BB:ONEWeb:UL:SOFFset
[SOURce<HW>]:BB:ONEWeb:UL:SRATe
class UplinkCls[source]

Uplink commands group definition. 171 total commands, 11 Subgroups, 12 group commands

get_bw() → OneWebUlChannelBandwidth[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:BW
value: enums.OneWebUlChannelBandwidth = driver.source.bb.oneweb.uplink.get_bw()

Queries the UL channel bandwidth.

return:

bandwidth: BW20_00

get_con_sub_frames() → int[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:CONSubframes
value: int = driver.source.bb.oneweb.uplink.get_con_sub_frames()

No command help available

return:

conf_subframes: No help available

get_cpc() → OneWebCyclicPrefixGs[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:CPC
value: enums.OneWebCyclicPrefixGs = driver.source.bb.oneweb.uplink.get_cpc()

Queries the cyclic prefix length for all subframes.

return:

cyclic_prefix: NORMal

get_fft() → int[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:FFT
value: int = driver.source.bb.oneweb.uplink.get_fft()

Queries the FFT (Fast Fourier Transformation) size. The available values depend on the selected number of resource blocks per subframe.

return:

fft_size: integer Range: 128 to 2048

get_lgs() → int[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:LGS
value: int = driver.source.bb.oneweb.uplink.get_lgs()

Queries the number of right guard subcarriers. The value is set automatically according to the selected number of resource blocks per subframe.

return:

lg_sub_carr: integer Range: 35 to 601

get_no_rb() → int[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:NORB
value: int = driver.source.bb.oneweb.uplink.get_no_rb()

Queries the number of physical resource blocks per subframe.

return:

num_res_blocks: integer Range: 6 to 110

get_occ_bandwidth() → float[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:OCCBandwidth
value: float = driver.source.bb.oneweb.uplink.get_occ_bandwidth()

Queries the occupied bandwidth. This value is set automatically according to the selected number of resource blocks per subframe.

return:

occ_bandwidth: float

get_occ_subcarriers() → int[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:OCCSubcarriers
value: int = driver.source.bb.oneweb.uplink.get_occ_subcarriers()

Queries the occupied subcarriers. The value is set automatically according to the selected number of resource blocks per subframe.

return:

occ_subcarriers: integer Range: 72 to 1321

get_rgs() → int[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:RGS
value: int = driver.source.bb.oneweb.uplink.get_rgs()

Queries the number of right guard subcarriers. The value is set automatically according to the selected number of resource blocks per subframe.

return:

rg_sub_carr: integer Range: 35 to 601

get_sf_selection() → int[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:SFSelection
value: int = driver.source.bb.oneweb.uplink.get_sf_selection()

No command help available

return:

sub_frame_sel: No help available

get_soffset() → int[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:SOFFset
value: int = driver.source.bb.oneweb.uplink.get_soffset()

Sets the start SFN value.

return:

sfn_offset: integer Range: 0 to 4095

get_symbol_rate() → float[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:SRATe
value: float = driver.source.bb.oneweb.uplink.get_symbol_rate()

Queries the sampling rate.

return:

samp_rate: float Range: 192E4 to 3072E4

set_con_sub_frames(conf_subframes: int) → None[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:CONSubframes
driver.source.bb.oneweb.uplink.set_con_sub_frames(conf_subframes = 1)

No command help available

param conf_subframes:

No help available

set_sf_selection(sub_frame_sel: int) → None[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:SFSelection
driver.source.bb.oneweb.uplink.set_sf_selection(sub_frame_sel = 1)

No command help available

param sub_frame_sel:

No help available

set_soffset(sfn_offset: int) → None[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:SOFFset
driver.source.bb.oneweb.uplink.set_soffset(sfn_offset = 1)

Sets the start SFN value.

param sfn_offset:

integer Range: 0 to 4095

Cloning the Group

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

Subgroups

  • Ca
    • Cell<CellNull>
      • Bw
      • Csrs
      • Dfreq
      • Dmrs
      • Duplexing
      • Id
      • Index
      • SpsConf
      • State
      • SuConfiguration
      • Tdelay
      • UdConf
  • Cell<CellNull>
    • Subf<SubframeNull>
      • Alloc<AllocationNull>
        • Cw<Codeword>
          • Puach
            • Ccoding
            • Harq
            • Modulation
            • PhysBits
            • Ulsch
          • Pusch
            • Ccoding
            • Harq
            • Modulation
            • PhysBits
            • Ulsch
        • Puach
          • Codewords
          • Conflict
          • Cqi
            • Bits
            • Cbits
            • Pattern
          • Drs
            • CycShift
            • Delta
            • Ndmrs<LayerNull>
          • Harq
            • Bits
            • Mode
            • Pattern
          • Ndmrs
          • Power
          • Set<SetItem>
            • RbCount
            • VrbOffset
          • State
        • Pusch
          • Codewords
          • Conflict
          • Cqi
            • Bits
            • Cbits
            • Pattern
          • Drs
            • CycShift
            • Ndmrs<LayerNull>
          • Harq
            • Bits
            • Mode
            • Pattern
          • Ndmrs
          • Power
          • Set<SetItem>
            • RbCount
            • VrbOffset
          • State
      • Slot<SlotNull>
        • Alloc<AllocationNull>
          • Puach
            • Set<SetGroup>
          • Pusch
            • Set<SetGroup>
  • Plci
  • Prach
  • Pucch
  • Pusch
  • Refsig
    • Srs
  • RstFrame
  • Subf<SubframeNull>
    • Alloc<AllocationNull>
      • ConType
      • Pucch
        • Conflict
        • Cqi
          • Bits
          • Cbits
          • Pattern
        • FormatPy
        • Harq
          • AnPattern
          • Bits
          • Cbits
        • Npar<AntennaPortIx>
        • PhysBits
        • Power
        • RbCount
        • State
    • Slot<SlotNull>
      • Alloc<AllocationNull>
        • Pucch
          • RbOffset
        • RbOffset
  • Ue<UserEquipment>
    • Cell<CellNull>
      • Frc
        • State
      • Puach
        • Ccoding
          • IcqiOffset
          • IharqOffset
          • Mode
          • OcqiMin
          • State
        • Data
        • Dselect
        • Pattern
        • Scrambling
          • State
      • Pusch
        • Ccoding
          • IcqiOffset
          • IharqOffset
          • Mode
          • OcqiMin
          • State
        • Data
        • Dselect
        • Pattern
        • Scrambling
          • State
      • Refsig
        • AnsTx
        • Drs
          • PowOffset
        • Srs
          • Bhop
          • Bsrs
          • CycShift
          • Isrs
          • Nrrc
          • Ntrans
          • PowOffset
          • State
          • Subf<SubframeNull>
          • Toffset
          • TrComb
          • Tsrs
          • Tt0
    • ConSubFrames
      • Puach
      • Pucch
      • Pusch
    • Id
    • Mode
    • Power
    • Prach
      • Cframes
      • PrFormat
      • PrState
      • Prtt
      • Subf<SubframeNull>
        • Dt
        • FrIndex
        • NcsConf
        • Power
        • RbOffset
        • Rsequence
        • Sindex
        • State
    • Release
    • State
  • View
Previous Next

© Copyright © Rohde & Schwarz 2023.

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