Bandwidth

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:FADing:AWGN:BWIDth:RATio
class BandwidthCls[source]

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

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

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

return:

ratio: numeric Range: 1 to 1000

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

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

param ratio:

numeric Range: 1 to 1000