Sss
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:POWer:DL:OFFSet:SSS
- class SssCls[source]
Sss 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:SSS value: float = driver.configure.signaling.lte.cell.power.downlink.offset.sss.get(cell_name = 'abc')
Power level of the SSS 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:SSS driver.configure.signaling.lte.cell.power.downlink.offset.sss.set(cell_name = 'abc', decibel = 1.0)
Power level of the SSS relative to the RS EPRE setting.
- param cell_name:
No help available
- param decibel:
No help available