Pss

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:POWer:DL:POFFset:PSS
class PssCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:DL:POFFset:PSS
value: int = driver.configure.signaling.nradio.cell.power.downlink.poffset.pss.get(cell_name = 'abc')

Defines the offset of the PSS power relative to the SSS power.

param cell_name:

No help available

return:

pss: 0: PSS EPRE = SSS EPRE 3: PSS EPRE = SSS EPRE + 3 dB

set(cell_name: str, pss: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:DL:POFFset:PSS
driver.configure.signaling.nradio.cell.power.downlink.poffset.pss.set(cell_name = 'abc', pss = 1)

Defines the offset of the PSS power relative to the SSS power.

param cell_name:

No help available

param pss:

0: PSS EPRE = SSS EPRE 3: PSS EPRE = SSS EPRE + 3 dB