Power

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:POWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) float[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:POWer
value: float = driver.source.bb.eutra.downlink.subf.alloc.cw.power.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)

Sets the power PPDSCH respectively PPBCH for the selected allocation. The power of the PDCCH allocation PPDCCH is read-only. The value is set with the method RsSmw.source.bb.eutra.downlink.subf.encc.pdcch.power.set() . For allocations with two codewords, the power for the second codeword is automatically set to the power set for first one.

Parameters:
  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

  • allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

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

Returns:

power: float Range: -80 to 10

set(power: float, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:POWer
driver.source.bb.eutra.downlink.subf.alloc.cw.power.set(power = 1.0, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)

Sets the power PPDSCH respectively PPBCH for the selected allocation. The power of the PDCCH allocation PPDCCH is read-only. The value is set with the method RsSmw.source.bb.eutra.downlink.subf.encc.pdcch.power.set() . For allocations with two codewords, the power for the second codeword is automatically set to the power set for first one.

Parameters:
  • power – float Range: -80 to 10

  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

  • allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

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