Bw
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:BW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) BandwidthLteC[source]
# 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.
- 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 | NB_1rb | NB_6rb
- set(bandwidth: BandwidthLteC, carrierComponent=CarrierComponent.Default) None[source]
# 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.
- Parameters:
bandwidth – BW1_40 | BW3_00 | BW5_00 | BW10_00 | BW15_00 | BW20_00 | NB_1rb | NB_6rb
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)