Awgn

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:DL:SCC<Carrier>:AWGN
class AwgnCls[source]

Awgn 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>:AWGN
value: float or bool = driver.configure.downlink.scc.awgn.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the total level of the additive white Gaussian noise (AWGN) interferer. The unit dBm/15 kHz indicates the spectral density integrated across one subcarrier. The range depends on several parameters. It either equals the range of the RS EPRE or is a part of this range.

param secondaryCompCarrier:

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

return:

awgn: (float or boolean) numeric | ON | OFF Range: depends on many parameters , Unit: dBm/15kHz ON | OFF enables or disables the AWGN interferer.

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

Specifies the total level of the additive white Gaussian noise (AWGN) interferer. The unit dBm/15 kHz indicates the spectral density integrated across one subcarrier. The range depends on several parameters. It either equals the range of the RS EPRE or is a part of this range.

param awgn:

(float or boolean) numeric | ON | OFF Range: depends on many parameters , Unit: dBm/15kHz ON | OFF enables or disables the AWGN interferer.

param secondaryCompCarrier:

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