Powc
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:POWC:LEVReference
[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. 4 total commands, 0 Subgroups, 4 group commands
- get_lev_reference() RsSmw.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_ref_channel() RsSmw.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() RsSmw.enums.MobStatType [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:POWC:RUE value: enums.MobStatType = 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: RsSmw.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_ref_channel(ref_channel: RsSmw.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