Pb
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PDSCh:PB
- class PbCls[source]
Pb commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PDSCh:PB value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.pdsch.pb.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the PDSCH power ratio. Note that the power ratio depends on the number of antennas in the system.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
power_ratio: Numeric value that defines PDSCH P_B which defines the power ratio in dB. 0 | 1 | 2 | 3 See ‘PDSCH Power Ratio’ for an overview of resulting power ratios. RAT1 Ratio = 1, regardless of the number of antennas.
- set(power_ratio: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PDSCh:PB driver.applications.k10Xlte.configure.lte.downlink.cc.pdsch.pb.set(power_ratio = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Selects the PDSCH power ratio. Note that the power ratio depends on the number of antennas in the system.
- param power_ratio
Numeric value that defines PDSCH P_B which defines the power ratio in dB. 0 | 1 | 2 | 3 See ‘PDSCH Power Ratio’ for an overview of resulting power ratios. RAT1 Ratio = 1, regardless of the number of antennas.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)