Step

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SPLT:SCS:STEP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SPLT:SCS:STEP
value: int = driver.source.bb.ofdm.alloc.splt.scs.step.get(allocationNull = repcap.AllocationNull.Default)

Sets/queries the subcarrier spacing (SCS) step. Setting requires SCS sizes smaller than the set number of subcarriers of the selected allocation, see method RsSmbv.source.bb.ofdm.alloc.scno.set() .

Parameters:

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

Returns:

split_pat_scs_step: integer Range: 1 to 13107

set(split_pat_scs_step: int, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SPLT:SCS:STEP
driver.source.bb.ofdm.alloc.splt.scs.step.set(split_pat_scs_step = 1, allocationNull = repcap.AllocationNull.Default)

Sets/queries the subcarrier spacing (SCS) step. Setting requires SCS sizes smaller than the set number of subcarriers of the selected allocation, see method RsSmbv.source.bb.ofdm.alloc.scno.set() .

Parameters:
  • split_pat_scs_step – integer Range: 1 to 13107

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