TpControl

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:POWer:CONTrol:TPControl
class TpControlCls[source]

TpControl commands group definition. 6 total commands, 2 Subgroups, 1 group commands

get(cell_name: str) Control[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:CONTrol:TPControl
value: enums.Control = driver.configure.signaling.lte.cell.power.control.tpControl.get(cell_name = 'abc')

Selects the pattern of TPC commands to be sent to the UE.

param cell_name:

No help available

return:

control: Keep, min, max, closed loop, TPC pattern.

set(cell_name: str, control: Control) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:CONTrol:TPControl
driver.configure.signaling.lte.cell.power.control.tpControl.set(cell_name = 'abc', control = enums.Control.CLOop)

Selects the pattern of TPC commands to be sent to the UE.

param cell_name:

No help available

param control:

Keep, min, max, closed loop, TPC pattern.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.signaling.lte.cell.power.control.tpControl.clone()

Subgroups