RsCmwDau
latest

Contents:

  • Getting Started
  • Revision History
  • Enums
  • RepCaps
  • Examples
  • Index
  • RsCmwDau API Structure
    • Sense
    • Configure
      • Data
        • Control
        • Measurement
      • Switch
    • Source
    • Data
    • Rdau
RsCmwDau
  • »
  • RsCmwDau API Structure »
  • Configure »
  • Data »
  • Measurement »
  • Throughput »
  • Ran »
  • Trace »
  • Ulink<Slot>
  • Edit on GitLab

Ulink<Slot>¶

RepCap Settings

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

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:THRoughput:RAN:TRACe:ULINk<Slot>
class Ulink[source]

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

get(slot=<Slot.Default: -1>) → bool[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:THRoughput:RAN:TRACe:ULINk<Index>
value: bool = driver.configure.data.measurement.throughput.ran.trace.ulink.get(slot = repcap.Slot.Default)

Enables or disables the uplink trace for RAN slot number <Index>.

param slot

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

return

uplink_selection: OFF | ON

set(uplink_selection: bool, slot=<Slot.Default: -1>) → None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:THRoughput:RAN:TRACe:ULINk<Index>
driver.configure.data.measurement.throughput.ran.trace.ulink.set(uplink_selection = False, slot = repcap.Slot.Default)

Enables or disables the uplink trace for RAN slot number <Index>.

param uplink_selection

OFF | ON

param slot

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

Cloning the Group

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

© Copyright © Rohde & Schwarz 2021. Revision cf6ccd2a.

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