Pmi

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CQIReporting:REPort:PMI
class PmiCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) ReportCqi[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CQIReporting:REPort:PMI
value: enums.ReportCqi = driver.configure.signaling.nradio.cell.bwp.cqiReporting.report.pmi.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

No command help available

param cell_name:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)

return:

report_format: No help available

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

No command help available

param cell_name:

No help available

param report_format:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)