RsCmwLteSig
latest

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsCmwLteSig API Structure
    • A
    • B
    • Call
    • Catalog
    • Clean
    • Configure
    • Ebler
      • All
      • Pcc
      • Scc<SecondaryCompCarrier>
        • Absolute
        • Confidence
        • CqiReporting
        • Harq
        • Pmi
        • Relative
        • Ri
        • Stream<Stream>
        • Uplink
      • State
      • Trace
    • Intermediate
    • Prepare
    • Pswitched
    • Route
    • Scc<SecondaryCompCarrier>
    • Sense
    • Source
    • Throughput
  • RsCmwLteSig Utilities
  • RsCmwLteSig Logger
  • RsCmwLteSig Events
  • Index
RsCmwLteSig
  • RsCmwLteSig API Structure
  • Ebler
  • Scc<SecondaryCompCarrier>
  • Uplink
  • Edit on GitLab

Uplink

SCPI Command :

FETCh:LTE:SIGNaling<instance>:EBLer:SCC<Carrier>:UPLink
class UplinkCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability indicator’

  • Bler: int: decimal Block error ratio (percentage of received uplink subframes with failed CRC check) Unit: %

  • Throughput: int: decimal Average uplink throughput Unit: kbit/s

  • Crc_Pass: int: decimal Number of received subframes with passed CRC check

  • Crc_Fail: int: decimal Number of received subframes with failed CRC check

  • Dtx: int: decimal Number of scheduled UL subframes not sent by the UE Only evaluated if skipping UL transmissions is not allowed.

  • Skipped: int: decimal Number of scheduled UL subframes not sent by the UE Only evaluated if skipping UL transmissions is allowed.

fetch(secondaryCompCarrier=SecondaryCompCarrier.Default) → FetchStruct[source]
# SCPI: FETCh:LTE:SIGNaling<instance>:EBLer:SCC<Carrier>:UPLink
value: FetchStruct = driver.ebler.scc.uplink.fetch(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Returns the uplink results of the BLER measurement.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

structure: for return value, see the help for FetchStruct structure arguments.

Previous Next

© Copyright © Rohde & Schwarz 2023. Revision ddbc9c39.

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