Fmode

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BEAM:FOLLowing:FMODe
class FmodeCls[source]

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

get(cell_name: str) ModeBfollow[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BEAM:FOLLowing:FMODe
value: enums.ModeBfollow = driver.configure.signaling.nradio.cell.beam.following.fmode.get(cell_name = 'abc')

Selects a mode for the DL beam following.

param cell_name:

No help available

return:

mode: OFF: No beam following AUTO: Beam selection based on UE measurement reports BLOCk: Beamlock configuration via [CONFigure:]SIGNaling:NRADio:CELL:BEAM:FOLLowing:BLOCk

set(cell_name: str, mode: ModeBfollow) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BEAM:FOLLowing:FMODe
driver.configure.signaling.nradio.cell.beam.following.fmode.set(cell_name = 'abc', mode = enums.ModeBfollow.AUTO)

Selects a mode for the DL beam following.

param cell_name:

No help available

param mode:

OFF: No beam following AUTO: Beam selection based on UE measurement reports BLOCk: Beamlock configuration via [CONFigure:]SIGNaling:NRADio:CELL:BEAM:FOLLowing:BLOCk