Power

SCPI Command :

[SOURce<HW>]:BB:V5G:UL:CA:CELL<CH0>:POWer
class PowerCls[source]

Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cellNull=CellNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:CA:CELL<CH0>:POWer
value: float = driver.source.bb.v5G.uplink.ca.cell.power.get(cellNull = repcap.CellNull.Default)

No command help available

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

return

ulca_power: No help available

set(ulca_power: float, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:CA:CELL<CH0>:POWer
driver.source.bb.v5G.uplink.ca.cell.power.set(ulca_power = 1.0, cellNull = repcap.CellNull.Default)

No command help available

param ulca_power

No help available

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)