Pclass

SCPI Command :

[SENSe]:POWer:PCLass
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() PowerClass[source]
# [SENSe]:POWer:PCLass
value: enums.PowerClass = driver.applications.k14Xnr5G.sense.power.pclass.get()

Selects the power class of a UE for ACLR measurements.

Returns:

power_class: PC1 | PC1_5 | PC2 | PC3

set(power_class: PowerClass) None[source]
# [SENSe]:POWer:PCLass
driver.applications.k14Xnr5G.sense.power.pclass.set(power_class = enums.PowerClass.PC1)

Selects the power class of a UE for ACLR measurements.

Parameters:

power_class – PC1 | PC1_5 | PC2 | PC3