Power
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PHICh:POWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PHICh:POWer value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.phich.power.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the relative power of the PHICH.
- 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>]:PHICh:POWer driver.applications.k10Xlte.configure.lte.downlink.cc.phich.power.set(power = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the relative power of the PHICH.
- Parameters:
power – numeric value Unit: DB
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)