Bandwidth

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:FADing:AWGN:BWIDth:RATio
CONFigure:CDMA:SIGNaling<Instance>:FADing:AWGN:BWIDth:NOISe
class Bandwidth[source]

Bandwidth commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_noise()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:FADing:AWGN:BWIDth:NOISe
value: float = driver.configure.fading.awgn.bandwidth.get_noise()

Queries the bandwidth of the AWGN inserted via the internal fading module.

return

noise_bandwidth: Range: 0.25 MHz to 80 MHz , Unit: Hz

get_ratio()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:FADing:AWGN:BWIDth:RATio
value: float = driver.configure.fading.awgn.bandwidth.get_ratio()

Queries the AWGN minimal noise to system bandwidth ratio for the AWGN inserted via the internal fading module.

return

ratio: Range: 1 to 6

set_ratio(ratio: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:FADing:AWGN:BWIDth:RATio
driver.configure.fading.awgn.bandwidth.set_ratio(ratio = 1.0)

Queries the AWGN minimal noise to system bandwidth ratio for the AWGN inserted via the internal fading module.

param ratio

Range: 1 to 6