PiBurst

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:SSB:BEAM:PIBurst
class PiBurstCls[source]

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

get(cell_name: str) BeamConfigMode[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SSB:BEAM:PIBurst
value: enums.BeamConfigMode = driver.configure.signaling.nradio.cell.ssb.beam.piBurst.get(cell_name = 'abc')

Selects a mode for configuration of the SS-block positions.

param cell_name:

No help available

return:

beam_config_mode: AUTO: Use only position 1 (bitmap 0100…) . ALL: Use all possible positions (bitmap 1111…) . UDEFined: See [CONFigure:]SIGNaling:NRADio:CELL:SSB:BEAM:MODel.

set(cell_name: str, beam_config_mode: BeamConfigMode) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SSB:BEAM:PIBurst
driver.configure.signaling.nradio.cell.ssb.beam.piBurst.set(cell_name = 'abc', beam_config_mode = enums.BeamConfigMode.ALL)

Selects a mode for configuration of the SS-block positions.

param cell_name:

No help available

param beam_config_mode:

AUTO: Use only position 1 (bitmap 0100…) . ALL: Use all possible positions (bitmap 1111…) . UDEFined: See [CONFigure:]SIGNaling:NRADio:CELL:SSB:BEAM:MODel.