Ncell

SCPI Commands

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

Ncell commands group definition. 4 total commands, 3 Sub-groups, 1 group commands

class EnableStruct[source]

Structure for reading output parameters. Fields:

  • Cpi_Ch_Rscp: bool: OFF | ON

  • Cpi_Ch_Ec_Io: bool: OFF | ON

  • Rssi: bool: OFF | ON

  • Sfn_Cfn_Time_Diff: bool: OFF | ON

  • Pathloss: bool: OFF | ON

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

Enables or disables the evaluation and display of the individual information elements included in the UE measurement report message for carrier 2.

return

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

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

Enables or disables the evaluation and display of the individual information elements included in the UE measurement report message for carrier 2.

param value

see the help for EnableStruct structure arguments.

Cloning the Group

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

Subgroups