Pow
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:CSIS:[CELL<CH0>]:POW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default) float[source]
# [SOURce<HW>]:BB:V5G:DL:CSIS:[CELL<CH0>]:POW value: float = driver.source.bb.v5G.downlink.csis.cell.pow.get(cellNull = repcap.CellNull.Default)
Boosts the CSI-RS power compared to the cell-specific reference signals.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
csi_rs_pow: float Range: -8 to 15
- set(csi_rs_pow: float, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:CSIS:[CELL<CH0>]:POW driver.source.bb.v5G.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.
- Parameters:
csi_rs_pow – float Range: -8 to 15
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)