ScOffset

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SCOFfset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) int[source]
# [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.

Parameters:

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

Returns:

sc_offset: integer Range: 0 to 13106

set(sc_offset: int, allocationNull=AllocationNull.Default) None[source]
# [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.

Parameters:
  • sc_offset – integer Range: 0 to 13106

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