ActiveBeam

SCPI Command :

SENSe:SIGNaling:NRADio:CELL:BEAMs:ACTivebeam
class ActiveBeamCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Association: enums.Association: SSB beam or NZP CSI-RS beam

  • Index: int: Beam index

get(cell_name: str) GetStruct[source]
# SCPI: SENSe:SIGNaling:NRADio:CELL:BEAMs:ACTivebeam
value: GetStruct = driver.sense.signaling.nradio.cell.beams.activeBeam.get(cell_name = 'abc')

Queries information about the active beam.

param cell_name:

No help available

return:

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