Awgn

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:FADing:CARRier<Carrier>:AWGN:NOISe
CONFigure:WCDMa:SIGNaling<Instance>:FADing:CARRier<Carrier>:AWGN:ENABle
CONFigure:WCDMa:SIGNaling<Instance>:FADing:CARRier<Carrier>:AWGN:SNRatio
class Awgn[source]

Awgn commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_enable()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:FADing:CARRier<carrier>:AWGN:ENABle
value: bool = driver.configure.fading.carrier.awgn.get_enable()

Enables or disables AWGN insertion via the fading module. For multi-carrier scenarios, the same settings are applied to all carriers. Thus it is sufficient to configure one carrier.

return

enable: OFF | ON

Global Repeated Capabilities: repcap.Carrier

get_noise()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:FADing:CARRier<carrier>:AWGN:NOISe
value: float = driver.configure.fading.carrier.awgn.get_noise()

Sets the total AWGN level within the channel bandwidth, applicable to AWGN inserted via the internal fading module. For multi-carrier scenarios, the same settings are applied to all carriers. Thus it is sufficient to configure one carrier.

return

noise: Range: depends on connector, external attenuation, base level and insertion loss , Unit: dBm

Global Repeated Capabilities: repcap.Carrier

get_sn_ratio()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:FADing:CARRier<carrier>:AWGN:SNRatio
value: float = driver.configure.fading.carrier.awgn.get_sn_ratio()

Queries the signal to noise ratio for the AWGN inserted on the internal fading module.

return

ratio: Range: -50 dB to 40 dB, Unit: dB

Global Repeated Capabilities: repcap.Carrier

set_enable(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:FADing:CARRier<carrier>:AWGN:ENABle
driver.configure.fading.carrier.awgn.set_enable(enable = False)

Enables or disables AWGN insertion via the fading module. For multi-carrier scenarios, the same settings are applied to all carriers. Thus it is sufficient to configure one carrier.

param enable

OFF | ON

Global Repeated Capabilities: repcap.Carrier

set_noise(noise: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:FADing:CARRier<carrier>:AWGN:NOISe
driver.configure.fading.carrier.awgn.set_noise(noise = 1.0)

Sets the total AWGN level within the channel bandwidth, applicable to AWGN inserted via the internal fading module. For multi-carrier scenarios, the same settings are applied to all carriers. Thus it is sufficient to configure one carrier.

param noise

Range: depends on connector, external attenuation, base level and insertion loss , Unit: dBm

Global Repeated Capabilities: repcap.Carrier