Block
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BEAM:FOLLowing:BLOCk
- class BlockCls[source]
Block commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Mode: enums.Mode: Type of value to be used for target selection. SSBBeam: SSB beam index BINDex: beam index CSIRs: NZP CSI-RS resource ID
Index: int: Value of the type Mode, e.g. an SBB beam index value.
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BEAM:FOLLowing:BLOCk value: GetStruct = driver.configure.signaling.nradio.cell.beam.following.block.get(cell_name = 'abc')
Selects a beamlock target.
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, mode: Mode, index: int = None) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BEAM:FOLLowing:BLOCk driver.configure.signaling.nradio.cell.beam.following.block.set(cell_name = 'abc', mode = enums.Mode.BINDex, index = 1)
Selects a beamlock target.
- param cell_name:
No help available
- param mode:
Type of value to be used for target selection. SSBBeam: SSB beam index BINDex: beam index CSIRs: NZP CSI-RS resource ID
- param index:
Value of the type Mode, e.g. an SBB beam index value.