Findicator
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:CQIReporting:FINDicator
- class FindicatorCls[source]
Findicator commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) FormatCqi[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:CQIReporting:FINDicator value: enums.FormatCqi = driver.configure.signaling.lte.cell.cqiReporting.findicator.get(cell_name = 'abc')
Configures the parameter ‘cqi-FormatIndicatorPeriodic’, signaled to the UE.
- param cell_name:
No help available
- return:
format_py: WB: wideband CQI reporting SB: subband CQI reporting
- set(cell_name: str, format_py: FormatCqi) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:CQIReporting:FINDicator driver.configure.signaling.lte.cell.cqiReporting.findicator.set(cell_name = 'abc', format_py = enums.FormatCqi.SB)
Configures the parameter ‘cqi-FormatIndicatorPeriodic’, signaled to the UE.
- param cell_name:
No help available
- param format_py:
WB: wideband CQI reporting SB: subband CQI reporting