Powc

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:POWC:LEVReference
[SOURce<HW>]:BB:EUTRa:POWC:ORTLevel
[SOURce<HW>]:BB:EUTRa:POWC:REFChannel
[SOURce<HW>]:BB:EUTRa:POWC:REFSubframe
[SOURce<HW>]:BB:EUTRa:POWC:RUE
class PowcCls[source]

Powc commands group definition. 5 total commands, 0 Subgroups, 5 group commands

get_lev_reference() RsSmbv.enums.EutraPowcLevRef[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:POWC:LEVReference
value: enums.EutraPowcLevRef = driver.source.bb.eutra.powc.get_lev_reference()

Defines the reference for the ‘Level’ display in the status bar.

return

level_reference: FRMS| DRMS| UEBurst | URMS | NPBCH FRMS The displayed RMS and PEP are measured during the whole frame. All frames are considered, not only the first one. DRMS The displayed RMS and PEP are measured during the DL part of the frame (all DL subframes and the DwPTS) . All frames are considered, not only the first one. URMS The displayed RMS and PEP are measured during the UL part of the frame (all UL subframes and the UpPTS) . All frames are considered, not only the first one. UEBurst The displayed RMS and PEP are measured during a single subframe (or slot) of a certain UE. NPBCH In NB-IoT standalone operation, the displayed RMS and PEP are measured during the NPBCH symbols 3, 9 and 11.

get_ort_level() float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:POWC:ORTLevel
value: float = driver.source.bb.eutra.powc.get_ort_level()

Sets the power offset of the baseband relative to the RMS level displayed in the instrument’s global Level display in the header of the instrument.

return

offset_relative_level: float Range: -20 to 0

get_ref_channel() RsSmbv.enums.EutraPowcRefChan[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:POWC:REFChannel
value: enums.EutraPowcRefChan = driver.source.bb.eutra.powc.get_ref_channel()

If [:SOURce<hw>]:BB:EUTRa:POWC:LEVReferenceUEBurst, queries the channel type to that the measured RMS and PEP are referring.

return

ref_channel: NF| PUSCH| PUCCH| PRACH| SRS| PUCPUS | SL

get_ref_subframe() int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:POWC:REFSubframe
value: int = driver.source.bb.eutra.powc.get_ref_subframe()

If [:SOURce<hw>]:BB:EUTRa:POWC:LEVReferenceUEBurst, queries the subframe or slot number used as reference for measuring the RMS and PEP values.

return

ref_subframe: integer Range: 0 to 39

get_rue() RsSmbv.enums.EutraMobStatType[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:POWC:RUE
value: enums.EutraMobStatType = driver.source.bb.eutra.powc.get_rue()

If [:SOURce<hw>]:BB:EUTRa:POWC:LEVReferenceUEBurst, queries the UE to that the measured RMS and PEP are referring.

return

reference_ue: UE1| UE2| UE3| UE4

set_lev_reference(level_reference: RsSmbv.enums.EutraPowcLevRef) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:POWC:LEVReference
driver.source.bb.eutra.powc.set_lev_reference(level_reference = enums.EutraPowcLevRef.DRMS)

Defines the reference for the ‘Level’ display in the status bar.

param level_reference

FRMS| DRMS| UEBurst | URMS | NPBCH FRMS The displayed RMS and PEP are measured during the whole frame. All frames are considered, not only the first one. DRMS The displayed RMS and PEP are measured during the DL part of the frame (all DL subframes and the DwPTS) . All frames are considered, not only the first one. URMS The displayed RMS and PEP are measured during the UL part of the frame (all UL subframes and the UpPTS) . All frames are considered, not only the first one. UEBurst The displayed RMS and PEP are measured during a single subframe (or slot) of a certain UE. NPBCH In NB-IoT standalone operation, the displayed RMS and PEP are measured during the NPBCH symbols 3, 9 and 11.

set_ort_level(offset_relative_level: float) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:POWC:ORTLevel
driver.source.bb.eutra.powc.set_ort_level(offset_relative_level = 1.0)

Sets the power offset of the baseband relative to the RMS level displayed in the instrument’s global Level display in the header of the instrument.

param offset_relative_level

float Range: -20 to 0

set_ref_channel(ref_channel: RsSmbv.enums.EutraPowcRefChan) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:POWC:REFChannel
driver.source.bb.eutra.powc.set_ref_channel(ref_channel = enums.EutraPowcRefChan.NF)

If [:SOURce<hw>]:BB:EUTRa:POWC:LEVReferenceUEBurst, queries the channel type to that the measured RMS and PEP are referring.

param ref_channel

NF| PUSCH| PUCCH| PRACH| SRS| PUCPUS | SL