ScOffset

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SCOFfset
class ScOffsetCls[source]

ScOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(allocationNull=AllocationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SCOFfset
value: int = driver.source.bb.ofdm.alloc.scOffset.get(allocationNull = repcap.AllocationNull.Default)

Sets the start subcarrier of the selected allocation.

param allocationNull

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

return

sc_offset: integer Range: 0 to 13106

set(sc_offset: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SCOFfset
driver.source.bb.ofdm.alloc.scOffset.set(sc_offset = 1, allocationNull = repcap.AllocationNull.Default)

Sets the start subcarrier of the selected allocation.

param sc_offset

integer Range: 0 to 13106

param allocationNull

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