Power
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:POWer
- class PowerCls[source]
Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) float [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:POWer value: float = driver.source.bb.eutra.downlink.user.epdcch.cell.set.power.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)
Sets the power of the EPDCCH allocations relative to the power of the reference signals. See [:SOURce<hw>]:BB:EUTRa:DL:REFSig:POWer.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param setItem
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)
- return
rel_power: float Range: -80 to 10
- set(rel_power: float, userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:POWer driver.source.bb.eutra.downlink.user.epdcch.cell.set.power.set(rel_power = 1.0, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)
Sets the power of the EPDCCH allocations relative to the power of the reference signals. See [:SOURce<hw>]:BB:EUTRa:DL:REFSig:POWer.
- param rel_power
float Range: -80 to 10
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param setItem
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)