Geran

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UECapability:MEAS:IRNGaps:V<number>:GERan
class GeranCls[source]

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

get(index: GeranBband = None) List[bool][source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:MEAS:IRNGaps:V<number>:GERan
value: List[bool] = driver.sense.ueCapability.meas.irnGaps.v.geran.get(index = enums.GeranBband.G045)

Returns a list of values indicating the need for downlink measurement gaps when operating on a specific E-UTRA band combination and measuring on a specific GERAN band. The full list contains 11 times n+1 values. Each block of 11 values corresponds to the following GERAN bands: GSM 450, GSM 480, GSM 710, GSM 750, GSM 810, GSM 850, P-GSM 900, E-GSM 900, R-GSM 900, GSM 1800, GSM 1900. Each repetition corresponds to a supported band combination: {measured band: GSM 450, GSM 480, …, GSM 1900}used band combination 0, {measured band: GSM 450, GSM 480, …, GSM 1900}used band combination 1, …, {measured band: GSM 450, GSM 480, …, GSM 1900}used band combination n Via the optional parameter <Index>, you can alternatively query the list for a single GERAN band: {used combination: 0, 1, …, n}measured band <Index>

param index:

G045 | G048 | G071 | G075 | G081 | G085 | G09P | G09E | G09R | G18 | G19 Selects the measured GERAN band, for which the list is returned.

return:

value: OFF | ON Without Index: 11 x (n+1) values With Index: n+1 values