Pss

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:DL[:PCC]:PSS:POFFset
class PssCls[source]

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

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

Defines the power level of a primary synchronization signal (PSS) resource element.

return:

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

Defines the power level of a primary synchronization signal (PSS) resource element.

param offset:

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