Bw

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:BW
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) BandwidthLteB[source]
# CONFigure[:LTE]:UL[:CC<cc>]:BW
value: enums.BandwidthLteB = driver.applications.k10Xlte.configure.lte.uplink.cc.bw.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the channel bandwidth.

Parameters:

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

Returns:

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

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

Selects the channel bandwidth.

Parameters:
  • bandwidth – BW1_40 | BW3_00 | BW5_00 | BW10_00 | BW15_00 | BW20_00

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