IcShift

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:ICSHift
class IcShiftCls[source]

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

get(carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:ICSHift
value: int = driver.configure.nrSubMeas.cc.allocation.pucch.icShift.get(carrierComponentFour = repcap.CarrierComponentFour.Nr1, allocation = repcap.Allocation.Default)

Specifies the initial cyclic shift, for carrier <no>, allocation <a>.

param carrierComponentFour:

optional repeated capability selector. Default value: Nr1

param allocation:

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

return:

value: No help available

set(value: int, carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:ICSHift
driver.configure.nrSubMeas.cc.allocation.pucch.icShift.set(value = 1, carrierComponentFour = repcap.CarrierComponentFour.Nr1, allocation = repcap.Allocation.Default)

Specifies the initial cyclic shift, for carrier <no>, allocation <a>.

param value:

No help available

param carrierComponentFour:

optional repeated capability selector. Default value: Nr1

param allocation:

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