Step
SCPI Command :
[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SPLT:SYM:STEP
- class StepCls[source]
Step commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(allocationNull=AllocationNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SPLT:SYM:STEP value: int = driver.source.bb.ofdm.alloc.splt.sym.step.get(allocationNull = repcap.AllocationNull.Default)
Sets/queries the symbol step. Setting requires symbol sizes smaller than the number of symbols of the selected allocation.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
split_pat_sym_step: integer Range: 1 to 1000
- set(split_pat_sym_step: int, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SPLT:SYM:STEP driver.source.bb.ofdm.alloc.splt.sym.step.set(split_pat_sym_step = 1, allocationNull = repcap.AllocationNull.Default)
Sets/queries the symbol step. Setting requires symbol sizes smaller than the number of symbols of the selected allocation.
- param split_pat_sym_step
integer Range: 1 to 1000
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)