Sepre

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:POWer:DL:SEPRe
class SepreCls[source]

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

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

Defines the SSB EPRE.

param cell_name:

No help available

return:

epre: No help available

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

Defines the SSB EPRE.

param cell_name:

No help available

param epre:

No help available