Bw

SCPI Command :

CONFigure[:NR5G]: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.BandwidthNr5G[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:BW
value: enums.BandwidthNr5G = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.bw.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the channel bandwidth of the 5G NR carrier.

param carrierComponent

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

return

bandwidth: BW5 | BW10 | BW15 | BW20 | BW25 | BW30 | BW35 | BW40 | BW45 | BW50 | BW60 | BW70 | BW80 | BW90 | BW100 | BW200 | BW400 | BW800 | BW1600 | BW2000

set(bandwidth: RsFsw.enums.BandwidthNr5G, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:BW
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.bw.set(bandwidth = enums.BandwidthNr5G.BW10, carrierComponent = repcap.CarrierComponent.Default)

Selects the channel bandwidth of the 5G NR carrier.

param bandwidth

BW5 | BW10 | BW15 | BW20 | BW25 | BW30 | BW35 | BW40 | BW45 | BW50 | BW60 | BW70 | BW80 | BW90 | BW100 | BW200 | BW400 | BW800 | BW1600 | BW2000

param carrierComponent

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