Snumber

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:ZAD:SNUMber
class SnumberCls[source]

Snumber 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:SNUMber
value: int = driver.source.bb.ofdm.alloc.zad.snumber.get(allocationNull = repcap.AllocationNull.Default)

Sets the sequence number within the Zadoff-Chu sequence. The maximum sequence number is the sequence length minus 1.

param allocationNull

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

return

seq_number: integer Range: 1 to 13106

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

Sets the sequence number within the Zadoff-Chu sequence. The maximum sequence number is the sequence length minus 1.

param seq_number

integer Range: 1 to 13106

param allocationNull

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