Chrpd

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UECapability:MEAS:IRNGaps:CHRPd
class ChrpdCls[source]

Chrpd commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(index: Cdma2kBand = None) List[bool][source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:MEAS:IRNGaps:CHRPd
value: List[bool] = driver.sense.ueCapability.meas.irnGaps.chrpd.get(index = enums.Cdma2kBand.BC0)

Returns a list of values indicating the need for downlink measurement gaps when operating on a specific E-UTRA band and measuring on a specific CDMA2000 HRPD band. The full list contains 18 times 256 values. Each block of 18 values corresponds to the CDMA2000 band classes. The 256 repetitions correspond to the E-UTRA bands: {measured band: 0, 1, … , 17}used band: user-defined, {measured band: 0, 1, …, 17}used band: 1, …, {measured band: 0, 1, …, 17}used band: 256 Via the optional parameter <Index>, you can alternatively query the list for a single CDMA2000 band class: {used band: user-defined, 1, 2, …, 255}measured band <Index>

param index:

BC0 | BC1 | … | BC17 Selects the measured CDMA2000 band class, for which the list is returned.

return:

value: OFF | ON Without Index: 18 x 256 = 4608 values With Index: 256 values