Power
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:POWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:POWer value: float = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.power.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the relative power of the PRACH.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
power: Unit: dB
- set(power: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:POWer driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.power.set(power = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the relative power of the PRACH.
- Parameters:
power – Unit: dB
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)