RpTolerance

SCPI Command :

SENSe:SIGNaling:NRADio:CELL: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) GetStruct[source]
# SCPI: SENSe:SIGNaling:NRADio:CELL:POWer:CONTrol:TPControl:RPTolerance
value: GetStruct = driver.sense.signaling.nradio.cell.power.control.tpControl.rpTolerance.get(cell_name = 'abc')

Queries information about the TPC pattern configured for relative power tolerance tests for the initial BWP.

param cell_name:

No help available

return:

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