Pdcch

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:PDCCh:POFFset
class PdcchCls[source]

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

get_poffset() float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:PDCCh:POFFset
value: float = driver.configure.downlink.pcc.pdcch.get_poffset()

Defines the power level of a physical downlink control channel (PDCCH) resource element.

return:

offset: numeric PDCCH power relative to RS EPRE Range: -30 dB to 0 dB, Unit: dB

set_poffset(offset: float) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:PDCCh:POFFset
driver.configure.downlink.pcc.pdcch.set_poffset(offset = 1.0)

Defines the power level of a physical downlink control channel (PDCCH) resource element.

param offset:

numeric PDCCH power relative to RS EPRE Range: -30 dB to 0 dB, Unit: dB