Ncell

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:UEReport:NCELl<DownCarrier>
class Ncell[source]

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

class GetStruct[source]

Response structure. Fields:

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

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

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

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

  • Pathloss: float: No parameter help available

get(downCarrier=<DownCarrier.Dc1: 1>)GetStruct[source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:UEReport:NCELl<nr>
value: GetStruct = driver.sense.ueReport.ncell.get(downCarrier = repcap.DownCarrier.Dc1)

Returns the UE measurement report contents for additional carrier in multi-carrier operation. See also ‘UTRA FDD (Carrier 2 / Carrier 3) ‘. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

param downCarrier

optional repeated capability selector. Default value: Dc1

return

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

Cloning the Group

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

Subgroups