SyOffset
SCPI Command :
[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SYOFfset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) int[source]
# [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.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
sym_offset: integer Range: 0 to 999
- set(sym_offset: int, allocationNull=AllocationNull.Default) None[source]
# [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.
- Parameters:
sym_offset – integer Range: 0 to 999
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)