Size

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SPLT:SCS:SIZE
class SizeCls[source]

Size 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:SCS:SIZE
value: int = driver.source.bb.ofdm.alloc.splt.scs.size.get(allocationNull = repcap.AllocationNull.Default)

Sets the subcarrier spacing (SCS) size. The maximum SCS size equals the number of subcarriers of the selected allocation, see [:SOURce<hw>]:BB:OFDM:ALLoc<ch0>:SCNO.

param allocationNull

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

return

split_pat_scs_size: integer Range: 1 to 13107

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

Sets the subcarrier spacing (SCS) size. The maximum SCS size equals the number of subcarriers of the selected allocation, see [:SOURce<hw>]:BB:OFDM:ALLoc<ch0>:SCNO.

param split_pat_scs_size

integer Range: 1 to 13107

param allocationNull

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