Bw

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:BW
class BwCls[source]

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

get(carrierComponent=CarrierComponent.Default) RsFsw.enums.BandwidthLteC[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:BW
value: enums.BandwidthLteC = driver.applications.k10Xlte.configure.lte.downlink.cc.bw.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the channel bandwidth.

param carrierComponent

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

return

bandwidth: BW1_40 | BW3_00 | BW5_00 | BW10_00 | BW15_00 | BW20_00 | NB_1rb | NB_6rb

set(bandwidth: RsFsw.enums.BandwidthLteC, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:BW
driver.applications.k10Xlte.configure.lte.downlink.cc.bw.set(bandwidth = enums.BandwidthLteC.BW1_40, carrierComponent = repcap.CarrierComponent.Default)

Selects the channel bandwidth.

param bandwidth

BW1_40 | BW3_00 | BW5_00 | BW10_00 | BW15_00 | BW20_00 | NB_1rb | NB_6rb

param carrierComponent

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