UeReport

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:UEReport:CCELl
class UeReport[source]

UeReport commands group definition. 5 total commands, 1 Sub-groups, 1 group commands

class CcellStruct[source]

Structure for reading output parameters. Fields:

  • Cpi_Ch_Rscp: List[float]: No parameter help available

  • Cpi_Ch_Ec_No: List[float]: No parameter help available

  • Tch_Bler: List[float]: No parameter help available

  • Tx_Power: List[float]: No parameter help available

  • Rx_Tx_Time_Diff: List[int]: No parameter help available

  • Pathloss: float: No parameter help available

get_ccell()CcellStruct[source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:UEReport:CCELl
value: CcellStruct = driver.sense.ueReport.get_ccell()

Returns the UE measurement report contents for the current cell. See also ‘UTRA FDD (Current Cell) ‘. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

return

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

Cloning the Group

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

Subgroups