Pcfich

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:POWer:DL:OFFSet:PCFich
class PcfichCls[source]

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

get(cell_name: str) float[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:DL:OFFSet:PCFich
value: float = driver.configure.signaling.lte.cell.power.downlink.offset.pcfich.get(cell_name = 'abc')

Power level of the PCFICH relative to the RS EPRE setting.

param cell_name:

No help available

return:

decibel: No help available

set(cell_name: str, decibel: float) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:DL:OFFSet:PCFich
driver.configure.signaling.lte.cell.power.downlink.offset.pcfich.set(cell_name = 'abc', decibel = 1.0)

Power level of the PCFICH relative to the RS EPRE setting.

param cell_name:

No help available

param decibel:

No help available