Level

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:DL:SCC<Carrier>:RSEPre:LEVel
class LevelCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL:SCC<Carrier>:RSEPre:LEVel
value: float = driver.configure.downlink.scc.rsepre.level.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Defines the energy per resource element (EPRE) of the cell-specific reference signal (C-RS) . The power levels of resource elements used for other channels/signals are defined relative to this power level. The allowed value range depends basically on the used connector, the number of allocated resource blocks (specified via the cell bandwidth) and the external attenuation in the output path. levelRS EPRE, min = levelconnector, min - 10*log10(12*NRB) - ext attout levelRS EPRE, max = levelconnector, max - 10*log10(12*NRB) - ext attout - 15 dB With levelconnector, min = -130 dBm (-120 dBm) , levelconnector, max = -5 dBm (8 dBm) for [RF COM] ([RF OUT]) . Notice also the ranges quoted in the data sheet. The range is also affected by active AWGN (‘Downlink Power Levels’ parameter) , internal fading (insertion loss value) , CSI-RS power, number of MIMO transmit antennas.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

level: numeric Range: see above , Unit: dBm/15kHz

set(level: float, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:DL:SCC<Carrier>:RSEPre:LEVel
driver.configure.downlink.scc.rsepre.level.set(level = 1.0, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Defines the energy per resource element (EPRE) of the cell-specific reference signal (C-RS) . The power levels of resource elements used for other channels/signals are defined relative to this power level. The allowed value range depends basically on the used connector, the number of allocated resource blocks (specified via the cell bandwidth) and the external attenuation in the output path. levelRS EPRE, min = levelconnector, min - 10*log10(12*NRB) - ext attout levelRS EPRE, max = levelconnector, max - 10*log10(12*NRB) - ext attout - 15 dB With levelconnector, min = -130 dBm (-120 dBm) , levelconnector, max = -5 dBm (8 dBm) for [RF COM] ([RF OUT]) . Notice also the ranges quoted in the data sheet. The range is also affected by active AWGN (‘Downlink Power Levels’ parameter) , internal fading (insertion loss value) , CSI-RS power, number of MIMO transmit antennas.

param level:

numeric Range: see above , Unit: dBm/15kHz

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)