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

Ulink<Slot>¶

RepCap Settings

# Range: Nr1 .. Nr4
rc = driver.data.measurement.throughput.ran.ulink.repcap_slot_get()
driver.data.measurement.throughput.ran.ulink.repcap_slot_set(repcap.Slot.Nr1)

SCPI Commands

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

Ulink commands group definition. 2 total commands, 0 Sub-groups, 2 group commands Repeated Capability: Slot, default value after init: Slot.Nr1

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(slot=<Slot.Default: -1>) → ResultData[source]
# SCPI: FETCh:DATA:MEASurement<Instance>:THRoughput:RAN:ULINk<Index>
value: ResultData = driver.data.measurement.throughput.ran.ulink.fetch(slot = repcap.Slot.Default)

Query the statistical results of the throughput measurement for RAN slot number <Index> in uplink direction.

param slot

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

return

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

read(slot=<Slot.Default: -1>) → ResultData[source]
# SCPI: READ:DATA:MEASurement<Instance>:THRoughput:RAN:ULINk<Index>
value: ResultData = driver.data.measurement.throughput.ran.ulink.read(slot = repcap.Slot.Default)

Query the statistical results of the throughput measurement for RAN slot number <Index> in uplink direction.

param slot

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

return

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.data.measurement.throughput.ran.ulink.clone()
Next Previous

© Copyright © Rohde & Schwarz 2021. Revision cf6ccd2a.

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