RpTolerance

SCPI Command :

SENSe:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl:RPTolerance
class RpToleranceCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Start_Power: float: Initial power level to which the UE is commanded before executing the actual TPC pattern.

  • Length: int: Number of active UL slots in the TPC pattern (after the start power) .

  • Rb_Change_Pos: int: Position of the RB allocation change within the TPC pattern (number of UL subframes) .

get(cell_name: str, bwParts=BwParts.Default) GetStruct[source]
# SCPI: SENSe:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl:RPTolerance
value: GetStruct = driver.sense.signaling.nradio.cell.bwp.power.control.tpControl.rpTolerance.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Queries information about the TPC pattern configured for relative power tolerance tests for BWP <bb>.

param cell_name:

No help available

param bwParts:

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

return:

structure: for return value, see the help for GetStruct structure arguments.