DeShift
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:DESHift
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
shift: numeric value Range: 1 to 3
- set(shift: float, carrierComponent=CarrierComponent.Default) None[source]
# 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.
- Parameters:
shift – numeric value Range: 1 to 3
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)