Power

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:DRS[:PUSCh]:POWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:DRS[:PUSCh]:POWer
value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.drs.pusch.power.get(carrierComponent = repcap.CarrierComponent.Default)

Sets the relative power of the PUSCH.

Parameters:

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

Returns:

power: numeric value Unit: dB

set(power: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:DRS[:PUSCh]:POWer
driver.applications.k10Xlte.configure.lte.uplink.cc.drs.pusch.power.set(power = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Sets the relative power of the PUSCH.

Parameters:
  • power – numeric value Unit: dB

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