Rmode

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:CQIReporting:RMODe
class RmodeCls[source]

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

get(cell_name: str) ReportMode[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:CQIReporting:RMODe
value: enums.ReportMode = driver.configure.signaling.lte.cell.cqiReporting.rmode.get(cell_name = 'abc')

Configures the parameter ‘csi-ReportMode’, signaled to the UE.

param cell_name:

No help available

return:

report_mode: S1: submode 1 S2: submode 2

set(cell_name: str, report_mode: ReportMode) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:CQIReporting:RMODe
driver.configure.signaling.lte.cell.cqiReporting.rmode.set(cell_name = 'abc', report_mode = enums.ReportMode.S1)

Configures the parameter ‘csi-ReportMode’, signaled to the UE.

param cell_name:

No help available

param report_mode:

S1: submode 1 S2: submode 2