RsSmw

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • Instrument API
    • Apps
    • 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
          • Bbfs
          • Clipping
          • Clock
          • Downlink
          • FilterPy
          • LogGen
            • Downlink
              • Dall
              • Eall
              • LogPoint<IndexNull>
            • Uplink
          • Noise
          • Notch<NotchFilter>
          • Powc
          • Setting
          • SymbolRate
          • Tcw
          • Tdd
          • Tdw
          • Timc
          • Trigger
          • Udt
          • Uplane
          • Uplink
          • Waveform
        • Evdo
        • Gbas
        • Gnpr
        • Gnss
        • Graphics
        • Gsm
        • Huwb
        • Impairment
        • Info
        • Kuiper
        • Lora
        • LrWpan
        • Mccw
        • Measurement
        • Nfc
        • Nr5G
        • Ofdm
        • Oneweb
        • 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
  • Utilities
  • Logger
  • Events
  • Index
RsSmw
  • Instrument API
  • Source
  • Bb
  • Eutra
  • LogGen
  • Downlink
  • View page source

Downlink

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:LOGGen:DL:EDLogging
[SOURce<HW>]:BB:EUTRa:LOGGen:DL:ENCC
[SOURce<HW>]:BB:EUTRa:LOGGen:DL:NWUS
[SOURce<HW>]:BB:EUTRa:LOGGen:DL:PBCH
[SOURce<HW>]:BB:EUTRa:LOGGen:DL:PDSCh
[SOURce<HW>]:BB:EUTRa:LOGGen:DL:PMCH
Commands in total: 9
Subgroups: 3
Direct child commands: 6
get_ed_logging() → bool[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:DL:EDLogging
value: bool = driver.source.bb.eutra.logGen.downlink.get_ed_logging()

Enables the generation of a logfile with extended information regarding the DCI/UCI mapping.

get_encc() → bool[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:DL:ENCC
value: bool = driver.source.bb.eutra.logGen.downlink.get_encc()

Enables the channel or reference signal for that logfiles are generated.

get_nwus() → bool[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:DL:NWUS
value: bool = driver.source.bb.eutra.logGen.downlink.get_nwus()

Enables the channel or reference signal for that logfiles are generated.

get_pbch() → bool[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:DL:PBCH
value: bool = driver.source.bb.eutra.logGen.downlink.get_pbch()

Enables the channel or reference signal for that logfiles are generated.

get_pdsch() → bool[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:DL:PDSCh
value: bool = driver.source.bb.eutra.logGen.downlink.get_pdsch()

Enables the channel or reference signal for that logfiles are generated.

get_pmch() → bool[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:DL:PMCH
value: bool = driver.source.bb.eutra.logGen.downlink.get_pmch()

Enables the channel or reference signal for that logfiles are generated.

set_ed_logging(ext_dci_log: bool) → None[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:DL:EDLogging
driver.source.bb.eutra.logGen.downlink.set_ed_logging(ext_dci_log = False)

Enables the generation of a logfile with extended information regarding the DCI/UCI mapping.

Parameters:

ext_dci_log – 1 | ON | 0| OFF

set_encc(encc_log_state: bool) → None[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:DL:ENCC
driver.source.bb.eutra.logGen.downlink.set_encc(encc_log_state = False)

Enables the channel or reference signal for that logfiles are generated.

Parameters:

encc_log_state – 1 | ON | 0| OFF

set_nwus(nwus: bool) → None[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:DL:NWUS
driver.source.bb.eutra.logGen.downlink.set_nwus(nwus = False)

Enables the channel or reference signal for that logfiles are generated.

Parameters:

nwus – 1 | ON | 0| OFF

set_pbch(pbch_log_state: bool) → None[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:DL:PBCH
driver.source.bb.eutra.logGen.downlink.set_pbch(pbch_log_state = False)

Enables the channel or reference signal for that logfiles are generated.

Parameters:

pbch_log_state – 1 | ON | 0| OFF

set_pdsch(pdsch_log_state: bool) → None[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:DL:PDSCh
driver.source.bb.eutra.logGen.downlink.set_pdsch(pdsch_log_state = False)

Enables the channel or reference signal for that logfiles are generated.

Parameters:

pdsch_log_state – 1 | ON | 0| OFF

set_pmch(state: bool) → None[source]
# [SOURce<HW>]:BB:EUTRa:LOGGen:DL:PMCH
driver.source.bb.eutra.logGen.downlink.set_pmch(state = False)

Enables the channel or reference signal for that logfiles are generated.

Parameters:

state – 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
downlink_copy = driver.source.bb.eutra.logGen.downlink.clone()

Subgroups

  • Dall
  • Eall
  • LogPoint<IndexNull>
Previous Next

© Copyright © Rohde & Schwarz 2026.

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