Tolerance

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl:CLOop:TOLerance
class ToleranceCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) float[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl:CLOop:TOLerance
value: float = driver.configure.signaling.nradio.cell.bwp.power.control.tpControl.cloop.tolerance.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Defines the tolerance for closed-loop power control for BWP <bb>.

param cell_name:

No help available

param bwParts:

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

return:

tolerance: No help available

set(cell_name: str, tolerance: float, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl:CLOop:TOLerance
driver.configure.signaling.nradio.cell.bwp.power.control.tpControl.cloop.tolerance.set(cell_name = 'abc', tolerance = 1.0, bwParts = repcap.BwParts.Default)

Defines the tolerance for closed-loop power control for BWP <bb>.

param cell_name:

No help available

param tolerance:

No help available

param bwParts:

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