PowOffset
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:REFSig:DRS:POWoffset
- class PowOffsetCls[source]
PowOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) float [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:REFSig:DRS:POWoffset value: float = driver.source.bb.eutra.uplink.ue.cell.refsig.drs.powOffset.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Sets the power offset of the demodulation reference signal (DMRS) relative to the power level of the PUSCH/PUCCH allocation of the corresponding subframe.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
power_offset: float Range: -80 to 10
- set(power_offset: float, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:REFSig:DRS:POWoffset driver.source.bb.eutra.uplink.ue.cell.refsig.drs.powOffset.set(power_offset = 1.0, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Sets the power offset of the demodulation reference signal (DMRS) relative to the power level of the PUSCH/PUCCH allocation of the corresponding subframe.
- param power_offset
float Range: -80 to 10
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)