Tcell

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:POWer:DL:TCELl
class TcellCls[source]

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

get(cell_name: str) float[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:DL:TCELl
value: float = driver.configure.signaling.nradio.cell.power.downlink.tcell.get(cell_name = 'abc')

Defines the total cell power.

param cell_name:

No help available

return:

power: No help available

set(cell_name: str, power: float) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:DL:TCELl
driver.configure.signaling.nradio.cell.power.downlink.tcell.set(cell_name = 'abc', power = 1.0)

Defines the total cell power.

param cell_name:

No help available

param power:

No help available