RsSmbv

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsSmbv API Structure
    • Bert
    • Bler
    • Calibration
    • Clock
    • Connector
    • Device
    • Diagnostic
    • Display
    • FormatPy
    • Fpanel
    • HardCopy
    • Initiate<Channel>
    • Kboard
    • MassMemory
    • Memory
    • Output
    • Read<Channel>
    • Sconfiguration
    • Sense<Channel>
    • Slist
    • Source
      • Adf
      • Am<GeneratorIx>
      • AreGenerator
      • Awgn
      • Bb
        • Arbitrary
        • Btooth
        • C2K
        • Coder
        • Dab
        • Dme
        • Eutra
        • Evdo
        • Gbas
        • Gnpr
        • Gnss
        • Graphics
        • Gsm
        • Huwb
        • Ils
        • Impairment
        • Info
        • Lora
        • Mccw
        • Nfc
        • Nr5G
          • Analyzer
          • Cbwx
          • Clock
          • Feature
          • Fmode
          • Hfb
          • K145
          • K148
          • K171
          • K175
          • K548
          • K81
          • LogGen
          • Node
          • Nsmod
          • Output
          • Qckset
          • Sanity
          • Scheduling
          • Setting
            • Exchange
            • Tmodel
              • Downlink
              • FilterPy
              • Uplink
          • SymbolRate
          • Tcw
          • TdWind
          • Trigger
          • Ubwp
          • Uplane
          • Waveform
        • Ofdm
        • Path
        • Power
        • Pramp
        • Progress
        • Tdscdma
        • Trigger
        • Vor
        • W3Gpp
        • Wlnn
      • Bbin
      • Combined
      • Correction
      • Dme
      • Efrontend
      • Fm<GeneratorIx>
      • FreqSweep
      • Frequency
      • Ils
      • InputPy
      • Iq
      • LffSweep
      • LfOutput<LfOutput>
      • ListPy
      • Mbeacon
      • Modulation
      • Noise
      • Occupy
      • Path
      • Pgenerator
      • Phase
      • Pm<GeneratorIx>
      • Power
      • Psweep
      • Pulm
      • Roscillator
      • Sweep
      • ValRf
      • Vor
    • Status
    • Sweep
    • System
    • Test
    • Trigger<InputIx>
    • Unit
  • RsSmbv Utilities
  • RsSmbv Logger
  • RsSmbv Events
  • Index
RsSmbv
  • »
  • RsSmbv API Structure »
  • Source »
  • Bb »
  • Nr5G »
  • Setting »
  • Tmodel »
  • Uplink
  • View page source

Uplink

SCPI Commands :

[SOURce<HW>]:BB:NR5G:SETTing:TMODel:UL:CATalog
[SOURce<HW>]:BB:NR5G:SETTing:TMODel:UL
class UplinkCls[source]

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

get_catalog() → List[str][source]
# SCPI: [SOURce<HW>]:BB:NR5G:SETTing:TMODel:UL:CATalog
value: List[str] = driver.source.bb.nr5G.setting.tmodel.uplink.get_catalog()

Queries the filenames of predefined files with test signals in the default directory.

return

nr_5_gcat_name_tmod_up: filename1,filename2,… Returns a string of filenames separated by commas.

get_value() → str[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SETTing:TMODel:UL
value: str = driver.source.bb.nr5G.setting.tmodel.uplink.get_value()

Loads a test model file with predefined settings.

return

tmod_up: No help available

set_value(tmod_up: str) → None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SETTing:TMODel:UL
driver.source.bb.nr5G.setting.tmodel.uplink.set_value(tmod_up = 'abc')

Loads a test model file with predefined settings.

param tmod_up

‘filename’ Filename as queried with one of the following commands: [:SOURcehw]:BB:NR5G:SETTing:TMODel:UL:CATalog? [:SOURcehw]:BB:NR5G:SETTing:TMODel:DL:CATalog? [:SOURcehw]:BB:NR5G:SETTing:TMODel:FILTer:CATalog

Previous Next

© Copyright © Rohde & Schwarz 2023.

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