RsCmwDau
latest

Contents:

  • Getting Started
  • Revision History
  • Enums
  • RepCaps
  • Examples
  • Index
  • RsCmwDau API Structure
    • Sense
    • Configure
    • Source
    • Data
      • Control
      • Measurement
        • IpAnalysis
        • Adelay
        • Throughput
        • Ping
        • DnsRequests
        • Iperf
        • IpLogging
        • IpReplay
    • Rdau
RsCmwDau
  • »
  • RsCmwDau API Structure »
  • Data »
  • Measurement »
  • Throughput »
  • Ran »
  • Total »
  • Sum »
  • Ulink
  • Edit on GitLab

Ulink¶

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:THRoughput:RAN:TOTal:SUM:ULINk
READ:DATA:MEASurement<MeasInstance>:THRoughput:RAN:TOTal:SUM:ULINk
class Ulink[source]

Ulink commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Sum_Th_Curr_Uplink: float: Current throughput Unit: bit/s

  • Sum_Th_Min_Uplink: float: Minimum throughput Unit: bit/s

  • Sum_Th_Max_Uplink: float: Maximum throughput Unit: bit/s

  • Sum_Th_Avg_Uplink: float: Average throughput Unit: bit/s

fetch() → ResultData[source]
# SCPI: FETCh:DATA:MEASurement<Instance>:THRoughput:RAN:TOTal:SUM:ULINk
value: ResultData = driver.data.measurement.throughput.ran.total.sum.ulink.fetch()

Query the statistical results of the throughput measurement for the sum of all RAN slots in uplink direction.

return

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

read() → ResultData[source]
# SCPI: READ:DATA:MEASurement<Instance>:THRoughput:RAN:TOTal:SUM:ULINk
value: ResultData = driver.data.measurement.throughput.ran.total.sum.ulink.read()

Query the statistical results of the throughput measurement for the sum of all RAN slots in uplink direction.

return

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

Next Previous

© Copyright © Rohde & Schwarz 2021. Revision cf6ccd2a.

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