SyOffset
SCPI Command :
[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SYOFfset
- class SyOffsetCls[source]
SyOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(allocationNull=AllocationNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SYOFfset value: int = driver.source.bb.ofdm.alloc.syOffset.get(allocationNull = repcap.AllocationNull.Default)
Sets the start symbol of the selected allocation.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
sym_offset: integer Range: 0 to 999
- set(sym_offset: int, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SYOFfset driver.source.bb.ofdm.alloc.syOffset.set(sym_offset = 1, allocationNull = repcap.AllocationNull.Default)
Sets the start symbol of the selected allocation.
- param sym_offset
integer Range: 0 to 999
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)