MsReport

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:MSReport:WMQuantity
CONFigure:GSM:SIGNaling<Instance>:MSReport:LMQuantity
class MsReport[source]

MsReport commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_lm_quantity()RsCmwGsmSig.enums.LmQuantity[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:MSReport:LMQuantity
value: enums.LmQuantity = driver.configure.msReport.get_lm_quantity()

Selects whether the MS has to determine the RSRP or the RSRQ during LTE neighbor cell measurements.

return

quantity: RSRP | RSRQ

get_wm_quantity()RsCmwGsmSig.enums.WmQuantity[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:MSReport:WMQuantity
value: enums.WmQuantity = driver.configure.msReport.get_wm_quantity()

Selects whether the MS has to determine the RSCP or the Ec/No during WCDMA neighbor cell measurements.

return

quantity: RSCP | ECNO

set_lm_quantity(quantity: RsCmwGsmSig.enums.LmQuantity)None[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:MSReport:LMQuantity
driver.configure.msReport.set_lm_quantity(quantity = enums.LmQuantity.RSRP)

Selects whether the MS has to determine the RSRP or the RSRQ during LTE neighbor cell measurements.

param quantity

RSRP | RSRQ

set_wm_quantity(quantity: RsCmwGsmSig.enums.WmQuantity)None[source]
# SCPI: CONFigure:GSM:SIGNaling<instance>:MSReport:WMQuantity
driver.configure.msReport.set_wm_quantity(quantity = enums.WmQuantity.ECNO)

Selects whether the MS has to determine the RSCP or the Ec/No during WCDMA neighbor cell measurements.

param quantity

RSCP | ECNO