CltPower

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:PUSCh:TPC:CLTPower
class CltPowerCls[source]

CltPower commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(secondaryCompCarrier=SecondaryCompCarrier.Default) float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:PUSCh:TPC:CLTPower
value: float = driver.configure.uplink.scc.pusch.tpc.cltPower.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Defines the target power for power control with the TPC setup CLOop.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

power: numeric Range: -50 dBm to 33 dBm, Unit: dBm

set(power: float, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:PUSCh:TPC:CLTPower
driver.configure.uplink.scc.pusch.tpc.cltPower.set(power = 1.0, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Defines the target power for power control with the TPC setup CLOop.

param power:

numeric Range: -50 dBm to 33 dBm, Unit: dBm

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.uplink.scc.pusch.tpc.cltPower.clone()

Subgroups