Power

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:PDMRs:POWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:PDMRs:POWer
value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.pdmrs.power.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the relative power of the PBCH DMRS.

Parameters:

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

Returns:

power: numeric value Unit: dB

set(power: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:PDMRs:POWer
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.pdmrs.power.set(power = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the relative power of the PBCH DMRS.

Parameters:
  • power – numeric value Unit: dB

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