Eirp

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:PLC:EIRP
class EirpCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:PLC:EIRP
value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.plc.eirp.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the base station output power for limit selection (Prated, c, EIRP) .

INTRO_CMD_HELP: Prerequisites for this command

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

param carrierComponent

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

return

power: Unit: dBm

set(power: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:PLC:EIRP
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.plc.eirp.set(power = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the base station output power for limit selection (Prated, c, EIRP) .

INTRO_CMD_HELP: Prerequisites for this command

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

param power

Unit: dBm

param carrierComponent

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