Scell

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UEReport:SCC<Carrier>:SCELl
class ScellCls[source]

Scell commands group definition. 2 total commands, 1 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Rsrp: int: decimal RSRP as dimensionless index Range: 0 to 97

  • Rsrq: int: decimal RSRQ as dimensionless index Range: -30 to 46

get(secondaryCompCarrier=SecondaryCompCarrier.Default) GetStruct[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UEReport:SCC<Carrier>:SCELl
value: GetStruct = driver.sense.ueReport.scc.scell.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Returns measurement report values for the serving LTE cell.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

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.scc.scell.clone()

Subgroups