Category

SCPI Command :

[SENSe]:POWer:CATegory
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() PowerCategory[source]
# [SENSe]:POWer:CATegory
value: enums.PowerCategory = driver.applications.k14Xnr5G.sense.power.category.get()

Selects the base station category-

Returns:

category: A Category A base station. B Category B base station. LARE Large area base station. MED Medium area base station.

set(category: PowerCategory) None[source]
# [SENSe]:POWer:CATegory
driver.applications.k14Xnr5G.sense.power.category.set(category = enums.PowerCategory.A)

Selects the base station category-

Parameters:

category – A Category A base station. B Category B base station. LARE Large area base station. MED Medium area base station.

Cloning the Group

# Create a copy of the original group, that exists independently
category_copy = driver.applications.k14Xnr5G.sense.power.category.clone()

Subgroups