Csirs

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BEAM:FRECovery:UDEFined:CSIRs
class CsirsCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Nzb_Id: List[int]: NZP CSI-RS resource index

  • Candidate: List[bool]: The CSI-RS beam with index NZBId is a candidate (ON) or not (OFF) .

get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BEAM:FRECovery:UDEFined:CSIRs
value: GetStruct = driver.configure.signaling.nradio.cell.beam.frecovery.userDefined.csirs.get(cell_name = 'abc')

Specifies the CSI-RS part of a user-defined candidate list for beam failure recovery. See also [CONFigure:]SIGNaling:NRADio:CELL:BEAM:FRECovery:MODE.

param cell_name:

No help available

return:

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

set(cell_name: str, nzb_id: List[int], candidate: List[bool]) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BEAM:FRECovery:UDEFined:CSIRs
driver.configure.signaling.nradio.cell.beam.frecovery.userDefined.csirs.set(cell_name = 'abc', nzb_id = [1, 2, 3], candidate = [True, False, True])

Specifies the CSI-RS part of a user-defined candidate list for beam failure recovery. See also [CONFigure:]SIGNaling:NRADio:CELL:BEAM:FRECovery:MODE.

param cell_name:

No help available

param nzb_id:

NZP CSI-RS resource index

param candidate:

The CSI-RS beam with index NZBId is a candidate (ON) or not (OFF) .