Cqi

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:REPort:CQI
class CqiCls[source]

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

get(cell_name: str) ReportCqi[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:REPort:CQI
value: enums.ReportCqi = driver.configure.signaling.nradio.cell.cqiReporting.report.cqi.get(cell_name = 'abc')

Configures the parameter ‘cqi-FormatIndicator’ signaled to the UE.

param cell_name:

No help available

return:

report_format: OFF: no CQI reporting WB: wideband CQI reporting SB: subband CQI reporting

set(cell_name: str, report_format: ReportCqi) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:REPort:CQI
driver.configure.signaling.nradio.cell.cqiReporting.report.cqi.set(cell_name = 'abc', report_format = enums.ReportCqi.OFF)

Configures the parameter ‘cqi-FormatIndicator’ signaled to the UE.

param cell_name:

No help available

param report_format:

OFF: no CQI reporting WB: wideband CQI reporting SB: subband CQI reporting