InterFreqNgaps

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UECapability:MEAS:IFNGaps
class InterFreqNgapsCls[source]

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

get(index: OperatingBandC = None) List[bool][source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:MEAS:IFNGaps
value: List[bool] = driver.sense.ueCapability.meas.interFreqNgaps.get(index = enums.OperatingBandC.OB1)

Returns a list of values indicating the need for downlink measurement gaps when operating on a specific E-UTRA band and measuring on (another) specific E-UTRA band. The full list contains 256 times 256 values. The 256 values/repetitions correspond to the LTE bands. The list is ordered as follows: {measured band: user-defined, 1, 2, …, 255}used band: user-defined, {measured band: user-defined, 1, 2, …, 255}used band: 1, …, {measured band: user-defined, 1, 2, … , 255}used band: 255 Via the optional parameter <Index>, you can alternatively query the list for one measured band: {used band: user-defined, 1, 2, …, 255}measured band <Index>

param index:

UDEFined | OB1 | … | OB46 | OB48 | … | OB53 | OB65 | … | OB76 | OB85 | OB87 | OB88 | OB250 | OB252 | OB255 Selects the measured E-UTRA band, for which the list is returned.

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.ueCapability.meas.interFreqNgaps.clone()

Subgroups