Ccell

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UEReport:CCELl:ENABle
class Ccell[source]

Ccell commands group definition. 1 total commands, 0 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

  • Tch_Bler: bool: OFF | ON

  • Tx_Power: bool: OFF | ON

  • Rx_Tx_Time_Diff: bool: OFF | ON

  • Pathloss: bool: OFF | ON

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

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

return

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

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

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

param value

see the help for EnableStruct structure arguments.