Cell

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:UEReport:NCELl:WCDMa:CELL<Cell>
class Cell[source]

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

class GetStruct[source]

Response structure. Fields:

  • Rscp: List[float]: CPICH RSCP: low and high value range Range: -120 dBm to -25 dBm , Unit: dBm

  • Ecn_0: List[float]: CPICH Ec/No: low and high value range Range: -24 dB to 0 dB , Unit: dB

  • Rssi: List[float]: CPICH RSSI Range: -50 dBm to 34 dBm, Unit: dBm

  • Sfn_Cfn: List[float]: SFN-CFN time difference: low end high value range Range: 768 chips to 1280 chips , Unit: chips

  • Pathloss: float: Range: 46 dB to 158 dB , Unit: dB

get(cell=<Cell.Nr1: 1>)GetStruct[source]
# SCPI: SENSe:WCDMa:SIGNaling<instance>:UEReport:NCELl:WCDMa:CELL<nr>
value: GetStruct = driver.sense.ueReport.ncell.wcdma.cell.get(cell = repcap.Cell.Nr1)

Returns the UE measurement report contents for WCDMA neighbor cell. See also ‘Neighbor Cells UTRA FDD’.

param cell

optional repeated capability selector. Default value: Nr1

return

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