ChannelBw

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:CC<Nr>:CBANdwidth
class ChannelBwCls[source]

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

get(carrierComponent=CarrierComponent.Default) ChannelBandwidth[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:CC<Nr>:CBANdwidth
value: enums.ChannelBandwidth = driver.configure.lteMeas.cc.channelBw.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the channel bandwidth of component carrier CC<no>. Without carrier aggregation, you can omit <no>. For Signal Path = Network, use [CONFigure:]SIGNaling:LTE:CELL:RFSettings:UL:BWIDth.

param carrierComponent:

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

return:

channel_bw: B014: 1.4 MHz B030: 3 MHz B050: 5 MHz B100: 10 MHz B150: 15 MHz B200: 20 MHz

set(channel_bw: ChannelBandwidth, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:CC<Nr>:CBANdwidth
driver.configure.lteMeas.cc.channelBw.set(channel_bw = enums.ChannelBandwidth.B014, carrierComponent = repcap.CarrierComponent.Default)

Selects the channel bandwidth of component carrier CC<no>. Without carrier aggregation, you can omit <no>. For Signal Path = Network, use [CONFigure:]SIGNaling:LTE:CELL:RFSettings:UL:BWIDth.

param channel_bw:

B014: 1.4 MHz B030: 3 MHz B050: 5 MHz B100: 10 MHz B150: 15 MHz B200: 20 MHz

param carrierComponent:

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