CycShift
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:CYCShift
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:CYCShift value: int = driver.source.bb.eutra.uplink.subf.alloc.pucch.cycShift.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Sets the cyclic shift.
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
cyclic_shift_dmrs: integer Range: 0 to 7
- set(cyclic_shift_dmrs: int, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:[SUBF<ST0>]:ALLoc<CH0>:PUCCh:CYCShift driver.source.bb.eutra.uplink.subf.alloc.pucch.cycShift.set(cyclic_shift_dmrs = 1, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Sets the cyclic shift.
- Parameters:
cyclic_shift_dmrs – integer Range: 0 to 7
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)