Trp
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:PLC:TRP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:PLC:TRP value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.plc.trp.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the base station output power for limit selection (Prated, c, TRP) . Prerequisites for this command
Select FR2 deployment (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.dfRange.set()) .
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
power: Unit: dBm
- set(power: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:PLC:TRP driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.plc.trp.set(power = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the base station output power for limit selection (Prated, c, TRP) . Prerequisites for this command
Select FR2 deployment (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.dfRange.set()) .
- Parameters:
power – Unit: dBm
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)