Ncell

SCPI Commands :

[CONFigure]:SIGNaling:MEASurement:UEReport:NCELl:ENABle
[CONFigure]:SIGNaling:MEASurement:UEReport:NCELl:RINTerval
class NcellCls[source]

Ncell commands group definition. 7 total commands, 1 Subgroups, 2 group commands

get_enable() bool[source]
# SCPI: [CONFigure]:SIGNaling:MEASurement:UEReport:NCELl:ENABle
value: bool = driver.configure.signaling.measurement.ueReport.ncell.get_enable()

No command help available

return:

enable: No help available

get_rinterval() ReportInterval[source]
# SCPI: [CONFigure]:SIGNaling:MEASurement:UEReport:NCELl:RINTerval
value: enums.ReportInterval = driver.configure.signaling.measurement.ueReport.ncell.get_rinterval()

Configures the interval between two consecutive neighbor cell measurement reports. Applies only to <Type> = CNETwork, see [CONFigure:]SIGNaling:MEASurement:UEReport:NCELl:RESult:TYPE

return:

report_interval: I1 to I5: 120 ms, 240 ms, 480 ms, 640 ms, 1024 ms I6 to I10: 2048 ms, 5120 ms, 10240 ms, 20480 ms, 40960 ms I11 to I14: 1 min, 6 min, 12 min, 30 min

set_enable(enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:MEASurement:UEReport:NCELl:ENABle
driver.configure.signaling.measurement.ueReport.ncell.set_enable(enable = False)

No command help available

param enable:

No help available

set_rinterval(report_interval: ReportInterval) None[source]
# SCPI: [CONFigure]:SIGNaling:MEASurement:UEReport:NCELl:RINTerval
driver.configure.signaling.measurement.ueReport.ncell.set_rinterval(report_interval = enums.ReportInterval.I1)

Configures the interval between two consecutive neighbor cell measurement reports. Applies only to <Type> = CNETwork, see [CONFigure:]SIGNaling:MEASurement:UEReport:NCELl:RESult:TYPE

param report_interval:

I1 to I5: 120 ms, 240 ms, 480 ms, 640 ms, 1024 ms I6 to I10: 2048 ms, 5120 ms, 10240 ms, 20480 ms, 40960 ms I11 to I14: 1 min, 6 min, 12 min, 30 min

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.signaling.measurement.ueReport.ncell.clone()

Subgroups