CycShift

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:ZAD:CYCShift
class CycShiftCls[source]

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

get(allocationNull=AllocationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:ZAD:CYCShift
value: int = driver.source.bb.ofdm.alloc.zad.cycShift.get(allocationNull = repcap.AllocationNull.Default)

Sets the cyclic shift of the Zadoff-Chu sequence. The maximum number of cyclic shifts is the sequence length minus 1.

param allocationNull

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

return

cyclic_shift: integer Range: 0 to 1023

set(cyclic_shift: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:ZAD:CYCShift
driver.source.bb.ofdm.alloc.zad.cycShift.set(cyclic_shift = 1, allocationNull = repcap.AllocationNull.Default)

Sets the cyclic shift of the Zadoff-Chu sequence. The maximum number of cyclic shifts is the sequence length minus 1.

param cyclic_shift

integer Range: 0 to 1023

param allocationNull

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