RsCMX_Signaling
latest

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsCMX_Signaling API Structure
    • Add
    • Catalog
      • Lte
      • NrMmw
        • Measurement<MeasInstance>
          • Network
            • Cell
              • Uplinks
            • Cells
      • NrSub
      • Signaling
      • Wlan
    • Configure
    • Create
    • Diagnostic
    • Init
    • Procedure
    • Remove
    • Restart
    • Sense
    • Signaling
    • Source
    • System
    • Test
  • RsCMX_Signaling Utilities
  • RsCMX_Signaling Logger
  • RsCMX_Signaling Events
  • Index
RsCMX_Signaling
  • RsCMX_Signaling API Structure
  • Catalog
  • NrMmw
  • Measurement<MeasInstance>
  • Network
  • Cell
  • Uplinks
  • Edit on GitLab

Uplinks

SCPI Command :

CATalog:NRMMw:MEASurement<Instance>:NETWork:CELL:UPLinks
class UplinksCls[source]

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

get(cell_name: str, measInstance=MeasInstance.Default) → List[int][source]
# SCPI: CATalog:NRMMw:MEASurement<Instance>:NETWork:CELL:UPLinks
value: List[int] = driver.catalog.nrMmw.measurement.network.cell.uplinks.get(cell_name = 'abc', measInstance = repcap.MeasInstance.Default)

No command help available

param cell_name:

No help available

param measInstance:

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

return:

available_ul: No help available

Previous Next

© Copyright © Rohde & Schwarz 2023. Revision ff85db99.

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