Pb

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:PDSCh:PB
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# 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.

Parameters:

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

Returns:

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]
# 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.

Parameters:
  • 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.

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