Offset

SCPI Command :

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

Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

Defines a target power offset relative to the power primary carrier, for power control with the TPC setup CLOop. The setting is irrelevant for carriers with independent UL power control.

param secondaryCompCarrier:

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

return:

offset: numeric Target power = primary carrier target power + Offset Range: -7 dB to 7 dB, Unit: dB

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

Defines a target power offset relative to the power primary carrier, for power control with the TPC setup CLOop. The setting is irrelevant for carriers with independent UL power control.

param offset:

numeric Target power = primary carrier target power + Offset Range: -7 dB to 7 dB, Unit: dB

param secondaryCompCarrier:

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