Power
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PDCCh:POWer
- class PowerCls[source]
Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PDCCh:POWer value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.pdcch.power.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the relative power of the PDCCH.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
power: numeric value Unit: dB
- set(power: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PDCCh:POWer driver.applications.k10Xlte.configure.lte.downlink.cc.pdcch.power.set(power = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the relative power of the PDCCH.
- param power
numeric value Unit: dB
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)