TpControl
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl
- class TpControlCls[source]
TpControl commands group definition. 9 total commands, 3 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) TpControl[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl value: enums.TpControl = driver.configure.signaling.nradio.cell.bwp.power.control.tpControl.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Selects the pattern of TPC commands to be sent to the UE, for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
control: Keep, min, max, closed loop, TPC pattern, relative power tolerance.
- set(cell_name: str, control: TpControl, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl driver.configure.signaling.nradio.cell.bwp.power.control.tpControl.set(cell_name = 'abc', control = enums.TpControl.CLOop, bwParts = repcap.BwParts.Default)
Selects the pattern of TPC commands to be sent to the UE, for BWP <bb>.
- param cell_name:
No help available
- param control:
Keep, min, max, closed loop, TPC pattern, relative power tolerance.
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.signaling.nradio.cell.bwp.power.control.tpControl.clone()
Subgroups