Rsepre

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:POWer:DL:RSEPre
class RsepreCls[source]

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

get(cell_name: str) float[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:DL:RSEPre
value: float = driver.configure.signaling.lte.cell.power.downlink.rsepre.get(cell_name = 'abc')

Defines the energy per resource element (EPRE) of the cell-specific reference signal (C-RS) .

param cell_name:

No help available

return:

rs_erpe: No help available

set(cell_name: str, rs_erpe: float) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:DL:RSEPre
driver.configure.signaling.lte.cell.power.downlink.rsepre.set(cell_name = 'abc', rs_erpe = 1.0)

Defines the energy per resource element (EPRE) of the cell-specific reference signal (C-RS) .

param cell_name:

No help available

param rs_erpe:

No help available