TpControl
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:TPControl
- class TpControlCls[source]
TpControl commands group definition. 9 total commands, 3 Subgroups, 1 group commands
- get(cell_name: str) TpControl[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:TPControl value: enums.TpControl = driver.configure.signaling.nradio.cell.power.control.tpControl.get(cell_name = 'abc')
Selects the pattern of TPC commands to be sent to the UE, for the initial BWP.
- param cell_name:
No help available
- return:
control: Keep, min, max, closed loop, TPC pattern, relative power tolerance.
- set(cell_name: str, control: TpControl) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:TPControl driver.configure.signaling.nradio.cell.power.control.tpControl.set(cell_name = 'abc', control = enums.TpControl.CLOop)
Selects the pattern of TPC commands to be sent to the UE, for the initial BWP.
- param cell_name:
No help available
- param control:
Keep, min, max, closed loop, TPC pattern, relative power tolerance.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.signaling.nradio.cell.power.control.tpControl.clone()
Subgroups