Pbitmap

SCPI Command :

SENSe:SIGNaling:NRADio:CELL:SSB:BEAM:PBITmap
class PbitmapCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Position_In_Burst: str: Bitmap, 0 = not transmitted, 1 = transmitted

  • Active_Beam_Index: int: SSB index of active beam (leftmost bit in the bitmap has index 0) .

get(cell_name: str) GetStruct[source]
# SCPI: SENSe:SIGNaling:NRADio:CELL:SSB:BEAM:PBITmap
value: GetStruct = driver.sense.signaling.nradio.cell.ssb.beam.pbitmap.get(cell_name = 'abc')

Queries the position bitmap, showing the time domain positions of the transmitted SS-blocks.

param cell_name:

No help available

return:

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