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.cc.channelBw.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the channel bandwidth of component carrier CC<no>. Without carrier aggregation, you can omit <no>.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:LTE:SIGN<i>:CELL:BANDwidth[:PCC]:DL

  • CONFigure:LTE:SIGN<i>:CELL:BANDwidth:SCC<c>:DL

param carrierComponent:

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

return:

channel_bw: B014 | B030 | B050 | B100 | B150 | B200 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.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>.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:LTE:SIGN<i>:CELL:BANDwidth[:PCC]:DL

  • CONFigure:LTE:SIGN<i>:CELL:BANDwidth:SCC<c>:DL

param channel_bw:

B014 | B030 | B050 | B100 | B150 | B200 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’)