Lte

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UEReport:NCELl:LTE:ENABle
class Lte[source]

Lte commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class EnableStruct[source]

Structure for reading output parameters. Fields:

  • Rsrp: bool: OFF | ON

  • Rsrq: bool: OFF | ON

get_enable()EnableStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UEReport:NCELl:LTE:ENABle
value: EnableStruct = driver.configure.ueReport.ncell.lte.get_enable()

Enables or disables the evaluation and display of the individual information elements included in the UE measurement report message related to LTE neighbor cell.

return

structure: for return value, see the help for EnableStruct structure arguments.

set_enable(value: RsCmwWcdmaSig.Implementations.Configure_.UeReport_.Ncell_.Lte.Lte.EnableStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UEReport:NCELl:LTE:ENABle
driver.configure.ueReport.ncell.lte.set_enable(value = EnableStruct())

Enables or disables the evaluation and display of the individual information elements included in the UE measurement report message related to LTE neighbor cell.

param value

see the help for EnableStruct structure arguments.