Bandwidth

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:AWGN:BWIDth:RATio
CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:AWGN:BWIDth:NOISe
class BandwidthCls[source]

Bandwidth commands group definition. 2 total commands, 0 Subgroups, 2 group commands

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

Queries the noise bandwidth.

return:

noise_bandwidth: float Range: 0 Hz to 80 MHz, Unit: Hz

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

Specifies the minimum ratio between the noise bandwidth and the cell bandwidth.

return:

ratio: numeric Range: 1 to 1000

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

Specifies the minimum ratio between the noise bandwidth and the cell bandwidth.

param ratio:

numeric Range: 1 to 1000