Category

SCPI Command :

[SENSe]:POWer:SEM:CATegory
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() SemPowerCategory[source]
# [SENSe]:POWer:SEM:CATegory
value: enums.SemPowerCategory = driver.applications.k10Xlte.sense.power.sem.category.get()

Selects the SEM limit category as defined in 3GPP TS 36.104.

Returns:

category: A Category A (wide area base station) B1 Category B Opt 1 (wide area base station) B2 Category B Opt 2 (wide area base station) HOME Home base station LARE Local area base station MED Medium range base station

set(category: SemPowerCategory) None[source]
# [SENSe]:POWer:SEM:CATegory
driver.applications.k10Xlte.sense.power.sem.category.set(category = enums.SemPowerCategory.A)

Selects the SEM limit category as defined in 3GPP TS 36.104.

Parameters:

category – A Category A (wide area base station) B1 Category B Opt 1 (wide area base station) B2 Category B Opt 2 (wide area base station) HOME Home base station LARE Local area base station MED Medium range base station