RpAttempt

SCPI Command :

CONFigure:LTE:SIGNaling<instance>[:PCC]:EMTC:CE:LEVel:PRACh:RPATtempt
class RpAttemptCls[source]

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

get(level: int) PreambleTransmReps[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>[:PCC]:EMTC:CE:LEVel:PRACh:RPATtempt
value: enums.PreambleTransmReps = driver.configure.pcc.emtc.ce.level.prach.rpAttempt.get(level = 1)

Specifies the number of repetitions per preamble transmission attempt, for a certain CE level.

param level:

integer Selects a CE level Range: 0 to 3

return:

repetitions: R1 | R2 | R4 | R8 | R16 | R32 | R64 | R128 Maximum repetitions for the selected CE Level

set(level: int, repetitions: PreambleTransmReps) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>[:PCC]:EMTC:CE:LEVel:PRACh:RPATtempt
driver.configure.pcc.emtc.ce.level.prach.rpAttempt.set(level = 1, repetitions = enums.PreambleTransmReps.R1)

Specifies the number of repetitions per preamble transmission attempt, for a certain CE level.

param level:

integer Selects a CE level Range: 0 to 3

param repetitions:

R1 | R2 | R4 | R8 | R16 | R32 | R64 | R128 Maximum repetitions for the selected CE Level