Ufdd

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:UFDD:SUPPorted
class UfddCls[source]

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

get_supported() List[bool][source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:IRAT:UFDD:SUPPorted
value: List[bool] = driver.sense.ueCapability.interRat.ufdd.get_supported()

Returns a list of values indicating the support of the individual UTRA FDD operating bands by the UE.

return:

supported_band: OFF | ON 32 values: band 1, …, band 32

Cloning the Group

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

Subgroups