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
          • 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
        • Lora
        • 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
  • RsSmw Utilities
  • RsSmw Logger
  • RsSmw Events
  • Index
RsSmw
  • RsSmw API Structure
  • 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
class DownlinkCls[source]

Downlink commands group definition. 9 total commands, 3 Subgroups, 6 group commands

get_ed_logging() → bool[source]
# SCPI: [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.

return:

ext_dci_log: No help available

get_encc() → bool[source]
# SCPI: [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.

return:

encc_log_state: No help available

get_nwus() → bool[source]
# SCPI: [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.

return:

nwus: No help available

get_pbch() → bool[source]
# SCPI: [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.

return:

pbch_log_state: No help available

get_pdsch() → bool[source]
# SCPI: [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.

return:

pdsch_log_state: No help available

get_pmch() → bool[source]
# SCPI: [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.

return:

state: No help available

set_ed_logging(ext_dci_log: bool) → None[source]
# SCPI: [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.

param ext_dci_log:

1| ON| 0| OFF

set_encc(encc_log_state: bool) → None[source]
# SCPI: [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.

param encc_log_state:

1| ON| 0| OFF

set_nwus(nwus: bool) → None[source]
# SCPI: [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.

param nwus:

1| ON| 0| OFF

set_pbch(pbch_log_state: bool) → None[source]
# SCPI: [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.

param pbch_log_state:

1| ON| 0| OFF

set_pdsch(pdsch_log_state: bool) → None[source]
# SCPI: [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.

param pdsch_log_state:

1| ON| 0| OFF

set_pmch(state: bool) → None[source]
# SCPI: [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.

param state:

1| ON| 0| OFF

Cloning the Group

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

Subgroups

  • Dall
  • Eall
  • LogPoint<IndexNull>
Previous Next

© Copyright © Rohde & Schwarz 2023.

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