Utdd

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UECapability:MEAS:IRNGaps:V<number>:UTDD<n>
class UtddCls[source]

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

get(index: OperatingBandD = None) List[bool][source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:MEAS:IRNGaps:V<number>:UTDD<n>
value: List[bool] = driver.sense.ueCapability.meas.irnGaps.v.utdd.get(index = enums.OperatingBandD.OB1)

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 UTRA TDD band. The full list contains 32 times n+1 values. Each block of 32 values corresponds to the UTRA TDD bands. Each repetition corresponds to a supported band combination: {measured band: 1, 2, …, 32}used band combination 0, {measured band: 1, 2, …, 32}used band combination 1, …, {measured band: 1, 2, …, 32}used band combination n Via the optional parameter <Index>, you can alternatively query the list for a single UTRA TDD band: {used combination: 0, 1, …, n}measured band <Index>

param index:

OB1 | OB2 | … | OB32 Selects the measured UTRA TDD band, for which the list is returned.

return:

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