Category
SCPI Command :
[SENSe]:POWer:SEM:CATegory
- class CategoryCls[source]
Category commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.SemPowerCategory [source]
# SCPI: [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.
- return
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: RsFsw.enums.SemPowerCategory) None [source]
# SCPI: [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.
- param 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