Pclass

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:PLC:PCLass
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) PowerClassB[source]
# 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. Prerequisites for this command

  • Select FR2 deployment (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.dfRange.set() ) .

Parameters:

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

Returns:

power_class: PC1 | PC2 | PC3 | PC4

set(power_class: PowerClassB, carrierComponent=CarrierComponent.Default) None[source]
# 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. Prerequisites for this command

  • Select FR2 deployment (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.dfRange.set() ) .

Parameters:
  • power_class – PC1 | PC2 | PC3 | PC4

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