Bw
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PRSS:BW
- class BwCls[source]
Bw commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) RsFsw.enums.BandwidthLteB [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PRSS:BW value: enums.BandwidthLteB = driver.applications.k10Xlte.configure.lte.downlink.cc.prss.bw.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the bandwidth of the positioning reference signal.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
bandwidth: BW1_40 | BW3_00 | BW5_00 | BW10_00 | BW15_00 | BW20_00 Unit: MHz
- set(bandwidth: RsFsw.enums.BandwidthLteB, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PRSS:BW driver.applications.k10Xlte.configure.lte.downlink.cc.prss.bw.set(bandwidth = enums.BandwidthLteB.BW1_40, carrierComponent = repcap.CarrierComponent.Default)
Defines the bandwidth of the positioning reference signal.
- param bandwidth
BW1_40 | BW3_00 | BW5_00 | BW10_00 | BW15_00 | BW20_00 Unit: MHz
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)