Wcdma

SCPI Commands

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

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

class EnableStruct[source]

Structure for reading output parameters. Fields:

  • Rscp: bool: OFF | ON

  • Ecn_0: bool: OFF | ON

  • Rssi: bool: OFF | ON

  • Sfn_Cfn: bool: OFF | ON

  • Pathloss: bool: OFF | ON

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

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

return

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

set_enable(value: RsCmwWcdmaSig.Implementations.Configure_.UeReport_.Ncell_.Wcdma.Wcdma.EnableStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UEReport:NCELl:WCDMa:ENABle
driver.configure.ueReport.ncell.wcdma.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 WCDMA neighbor cell.

param value

see the help for EnableStruct structure arguments.