Power
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ALLoc<CH0>:[CW<USER>]:POWer
- class PowerCls[source]
Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) float [source]
# SCPI: [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 command [:SOURce<hw>]:BB:EUTRa:DL[:SUBF<st0>]:ENCC:PDCCh:POWer. For allocations with two codewords, the power for the second codeword is automatically set to the power set for first one.
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- param codeword
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)
- return
power: float Range: -80 to 10
- set(power: float, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) None [source]
# SCPI: [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 command [:SOURce<hw>]:BB:EUTRa:DL[:SUBF<st0>]:ENCC:PDCCh:POWer. For allocations with two codewords, the power for the second codeword is automatically set to the power set for first one.
- param power
float Range: -80 to 10
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- param codeword
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)