PriReporting

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CQIReporting:PRIReporting:ENABle
class PriReportingCls[source]

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

get_enable() bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CQIReporting:PRIReporting:ENABle
value: bool = driver.configure.cqiReporting.priReporting.get_enable()

Enables/disables PMI/RI reporting for transmission mode 8 and 9. As a prerequisite for PMI and RI reporting, CQI reporting must also be enabled.

return:

enable: OFF | ON OFF: only CQI reporting ON: CQI, PMI and RI reporting

set_enable(enable: bool) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CQIReporting:PRIReporting:ENABle
driver.configure.cqiReporting.priReporting.set_enable(enable = False)

Enables/disables PMI/RI reporting for transmission mode 8 and 9. As a prerequisite for PMI and RI reporting, CQI reporting must also be enabled.

param enable:

OFF | ON OFF: only CQI reporting ON: CQI, PMI and RI reporting