B

SCPI Command :

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

Selects the limit table for category B stations. Prerequisites for this command

  • Select category B base station (method RsFsw.applications.k14Xnr5G.sense.power.category.set() ) .

Returns:

category: OPT1 | OPT2

set(category: PowerCategoryB) None[source]
# [SENSe]:POWer:CATegory:B
driver.applications.k14Xnr5G.sense.power.category.b.set(category = enums.PowerCategoryB.OPT1)

Selects the limit table for category B stations. Prerequisites for this command

  • Select category B base station (method RsFsw.applications.k14Xnr5G.sense.power.category.set() ) .

Parameters:

category – OPT1 | OPT2