Pclass

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:PLC:PCLass
class PclassCls[source]

Pclass commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) RsFsw.enums.PowerClassB[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:PLC:PCLass
value: enums.PowerClassB = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.plc.pclass.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the power class to select the appropriate inband emission limits.

INTRO_CMD_HELP: Prerequisites for this command

  • Select FR2 deployment (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.DfRange.set) .

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return

power_class: PC1 | PC2 | PC3 | PC4

set(power_class: RsFsw.enums.PowerClassB, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:PLC:PCLass
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.plc.pclass.set(power_class = enums.PowerClassB.PC1, carrierComponent = repcap.CarrierComponent.Default)
Selects the power class to select the appropriate inband emission limits.

INTRO_CMD_HELP: Prerequisites for this command

  • Select FR2 deployment (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Uplink.Cc.DfRange.set) .

param power_class

PC1 | PC2 | PC3 | PC4

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)