Power

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:EPDCch:POWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:EPDCch:POWer
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.epdcch.power.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the relative power of the EPDCCH.

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]:DL[:CC<cc>]:EPDCch:POWer
driver.applications.k10Xlte.configure.lte.downlink.cc.epdcch.power.set(power = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the relative power of the EPDCCH.

Parameters:
  • power – numeric value Unit: DB

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