Pbch

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:POWer:DL:OFFSet:PBCH
class PbchCls[source]

Pbch 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:PBCH
value: float = driver.configure.signaling.lte.cell.power.downlink.offset.pbch.get(cell_name = 'abc')

Power level of the PBCH 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:PBCH
driver.configure.signaling.lte.cell.power.downlink.offset.pbch.set(cell_name = 'abc', decibel = 1.0)

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

param cell_name:

No help available

param decibel:

No help available