Ssb

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:POWer:DL:POFFset:SSB
class SsbCls[source]

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

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

Defines the offset of the SSB power relative to the beam power.

param cell_name:

No help available

return:

ssb: No help available

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

Defines the offset of the SSB power relative to the beam power.

param cell_name:

No help available

param ssb:

No help available