Pow
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:POW
- class PowCls[source]
Pow commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) float [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:POW value: float = driver.source.bb.eutra.downlink.csis.cell.pow.get(cellNull = repcap.CellNull.Default)
Boosts the CSI-RS power compared to the cell-specific reference signals.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
csi_rs_pow: float Range: -8 to 15
- set(csi_rs_pow: float, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:POW driver.source.bb.eutra.downlink.csis.cell.pow.set(csi_rs_pow = 1.0, cellNull = repcap.CellNull.Default)
Boosts the CSI-RS power compared to the cell-specific reference signals.
- param csi_rs_pow
float Range: -8 to 15
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)