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