UeCategory

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UECapability:UECategory
class UeCategoryCls[source]

UeCategory commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_value() int[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:UECategory
value: int = driver.sense.ueCapability.ueCategory.get_value()

Returns the UE category according to the UE capability information.

return:

ue_category: decimal

Cloning the Group

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

Subgroups