Pmi

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:REPort:PMI
class PmiCls[source]

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

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

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

param cell_name:

No help available

return:

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

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

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

param cell_name:

No help available

param report_format:

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