DeShift

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:DESHift
class DeShiftCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:DESHift
value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.pucch.deShift.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the delta shift of the PUCCH.

param carrierComponent

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

return

shift: numeric value Range: 1 to 3

set(shift: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:DESHift
driver.applications.k10Xlte.configure.lte.uplink.cc.pucch.deShift.set(shift = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the delta shift of the PUCCH.

param shift

numeric value Range: 1 to 3

param carrierComponent

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