Scell

SCPI Commands :

SENSe:LTE:SIGNaling<instance>:UEReport[:PCC]:SCELl:RANGe
SENSe:LTE:SIGNaling<instance>:UEReport[:PCC]:SCELl
class ScellCls[source]

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

class RangeStruct[source]

Structure for reading output parameters. Fields:

  • Rsrp_Lower: int: decimal RSRP minimum value Range: -140 dBm to -44 dBm, Unit: dBm

  • Rsrp_Upper: int: decimal RSRP maximum value Range: -140 dBm to -44 dBm, Unit: dBm

  • Rsrq_Lower: float: float RSRQ minimum value Range: -34 dB to 2.5 dB, Unit: dB

  • Rsrq_Upper: float: float RSRQ maximum value Range: -34 dB to 2.5 dB, Unit: dB

class ValueStruct[source]

Structure for reading output parameters. Fields:

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

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

get_range() RangeStruct[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UEReport[:PCC]:SCELl:RANGe
value: RangeStruct = driver.sense.ueReport.pcc.scell.get_range()

Returns the value ranges corresponding to the dimensionless index values reported for the serving LTE cell.

return:

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

get_value() ValueStruct[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UEReport[:PCC]:SCELl
value: ValueStruct = driver.sense.ueReport.pcc.scell.get_value()

Returns measurement report values for the serving LTE cell.

return:

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