Slen
SCPI Command :
[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:ZAD:SLEN
- class SlenCls[source]
Slen 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:SLEN value: int = driver.source.bb.ofdm.alloc.zad.slen.get(allocationNull = repcap.AllocationNull.Default)
Sets the sequence length of the Zadoff-Chu sequence.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
seq_length: integer Range: 2 to 13107
- set(seq_length: int, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:ZAD:SLEN driver.source.bb.ofdm.alloc.zad.slen.set(seq_length = 1, allocationNull = repcap.AllocationNull.Default)
Sets the sequence length of the Zadoff-Chu sequence.
- param seq_length
integer Range: 2 to 13107
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)