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