Bitmap

SCPI Command :

[SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:USER<US(DIR0)>:BWPart<BWP(GR0)>:ALLoc<AL(USER0)>:CS:RESalloc:BITMap
class BitmapCls[source]

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

class BitmapStruct[source]

Response structure. Fields:

  • Res_Alloc_Bit_Map: List[str]: 45 bits

  • Bitcount: int: integer Range: 45 to 45

get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, userNull=UserNull.Default, bwPartNull=BwPartNull.Default, allocationNull=AllocationNull.Default) BitmapStruct[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:USER<US(DIR0)>:BWPart<BWP(GR0)>:ALLoc<AL(USER0)>:CS:RESalloc:BITMap
value: BitmapStruct = driver.source.bb.nr5G.scheduling.cell.subf.user.bwPart.alloc.cs.resAlloc.bitmap.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, userNull = repcap.UserNull.Default, bwPartNull = repcap.BwPartNull.Default, allocationNull = repcap.AllocationNull.Default)

If [:SOURce<hw>]:BB:NR5G:SCHed:CELL<cc>:SUBF<sf>:USER<us>:BWPart<bwp>:ALLoc<al>:CS:RESalloc:STATe 1, sets the CORESET allocation in the frequency domain.

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 userNull

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

param bwPartNull

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

param allocationNull

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

return

structure: for return value, see the help for BitmapStruct structure arguments.

set(res_alloc_bit_map: List[str], bitcount: int, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, userNull=UserNull.Default, bwPartNull=BwPartNull.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHed:CELL<CC(CH0)>:SUBF<SF(ST0)>:USER<US(DIR0)>:BWPart<BWP(GR0)>:ALLoc<AL(USER0)>:CS:RESalloc:BITMap
driver.source.bb.nr5G.scheduling.cell.subf.user.bwPart.alloc.cs.resAlloc.bitmap.set(res_alloc_bit_map = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, userNull = repcap.UserNull.Default, bwPartNull = repcap.BwPartNull.Default, allocationNull = repcap.AllocationNull.Default)

If [:SOURce<hw>]:BB:NR5G:SCHed:CELL<cc>:SUBF<sf>:USER<us>:BWPart<bwp>:ALLoc<al>:CS:RESalloc:STATe 1, sets the CORESET allocation in the frequency domain.

param res_alloc_bit_map

45 bits

param bitcount

integer Range: 45 to 45

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 userNull

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

param bwPartNull

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

param allocationNull

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