SymOffset
SCPI Command :
[SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:SYMoffset
- class SymOffsetCls[source]
SymOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:SYMoffset value: int = driver.source.bb.nr5G.scheduling.cell.subf.alloc.symOffset.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Sets the allocation’s start (OFDM symbol) within the slot.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
alloc_sym_offs: No help available
- set(alloc_sym_offs: int, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:ALLoc<AL(DIR0)>:SYMoffset driver.source.bb.nr5G.scheduling.cell.subf.alloc.symOffset.set(alloc_sym_offs = 1, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Sets the allocation’s start (OFDM symbol) within the slot.
- param alloc_sym_offs
integer Range: 0 to 13
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)