RsCma
latest

Contents:

  • Revision History
  • Getting Started
  • Enums
  • RepCaps
  • Examples
  • RsCma API Structure
    • AfRf
    • Calibration
    • Configure
      • AfRf
        • Generator
        • Measurement
      • Base
      • Display
      • GprfMeasurement
      • Sequencer
      • Vse
    • Display
    • FirmwareUpdate
    • FormatPy
    • GprfMeasurement
    • HardCopy
    • Init
    • Instrument
    • MassMemory
    • RecallState
    • SaveState
    • Sense
    • Source
    • Status
    • System
    • Trace
    • Trigger
    • Unit
    • Vse
  • RsCma Utilities
  • RsCma Logger
  • RsCma Events
  • Index
RsCma
  • RsCma API Structure
  • Configure
  • AfRf
  • Measurement
  • Digital
  • Tetra
  • Uplink
  • Edit on GitLab

Uplink

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DIGital:TETRa:UPLink:BCC
CONFigure:AFRF:MEASurement<Instance>:DIGital:TETRa:UPLink:MCC
CONFigure:AFRF:MEASurement<Instance>:DIGital:TETRa:UPLink:MNC
class UplinkCls[source]

Uplink commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_bcc() → int[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:TETRa:UPLink:BCC
value: int = driver.configure.afRf.measurement.digital.tetra.uplink.get_bcc()

Defines for the TETRA standard the color code to be signaled from the base station to the DUT.

return:

base_color_code: No help available

get_mcc() → int[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:TETRa:UPLink:MCC
value: int = driver.configure.afRf.measurement.digital.tetra.uplink.get_mcc()

Sets the mobile country code for TETRA.

return:

mcc: No help available

get_mnc() → int[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:TETRa:UPLink:MNC
value: int = driver.configure.afRf.measurement.digital.tetra.uplink.get_mnc()

Sets the mobile network code for TETRA.

return:

mnc: No help available

set_bcc(base_color_code: int) → None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:TETRa:UPLink:BCC
driver.configure.afRf.measurement.digital.tetra.uplink.set_bcc(base_color_code = 1)

Defines for the TETRA standard the color code to be signaled from the base station to the DUT.

param base_color_code:

No help available

set_mcc(mcc: int) → None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:TETRa:UPLink:MCC
driver.configure.afRf.measurement.digital.tetra.uplink.set_mcc(mcc = 1)

Sets the mobile country code for TETRA.

param mcc:

No help available

set_mnc(mnc: int) → None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:TETRa:UPLink:MNC
driver.configure.afRf.measurement.digital.tetra.uplink.set_mnc(mnc = 1)

Sets the mobile network code for TETRA.

param mnc:

No help available

Previous Next

© Copyright © Rohde & Schwarz 2023. Revision 5ac46aa6.

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