CycShift

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:ZAD:CYCShift
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) int[source]
# [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.

Parameters:

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

Returns:

cyclic_shift: integer Range: 0 to 1023

set(cyclic_shift: int, allocationNull=AllocationNull.Default) None[source]
# [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.

Parameters:
  • cyclic_shift – integer Range: 0 to 1023

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