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 »
  • Overall »
  • Ulink
  • Edit on GitLab

Ulink¶

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:THRoughput:OVERall:ULINk
READ:DATA:MEASurement<MeasInstance>:THRoughput:OVERall: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’

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

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

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

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

fetch() → ResultData[source]
# SCPI: FETCh:DATA:MEASurement<Instance>:THRoughput:OVERall:ULINk
value: ResultData = driver.data.measurement.throughput.overall.ulink.fetch()

Query the statistical results of the throughput measurement in uplink direction.

return

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

read() → ResultData[source]
# SCPI: READ:DATA:MEASurement<Instance>:THRoughput:OVERall:ULINk
value: ResultData = driver.data.measurement.throughput.overall.ulink.read()

Query the statistical results of the throughput measurement 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.