Phich

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:PHICh:POFFset
class PhichCls[source]

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

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

Defines the power level of a physical hybrid ARQ indicator channel (PHICH) resource element.

return:

offset: numeric PHICH 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]:PHICh:POFFset
driver.configure.downlink.pcc.phich.set_poffset(offset = 1.0)

Defines the power level of a physical hybrid ARQ indicator channel (PHICH) resource element.

param offset:

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