MmrRepetition

SCPI Command :

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

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

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

Specifies the maximum number of MPDCCH repetitions for the random access response, for a certain CE level.

param level:

integer Selects a CE level Range: 0 to 3

return:

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

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

Specifies the maximum number of MPDCCH repetitions for the random access response, for a certain CE level.

param level:

integer Selects a CE level Range: 0 to 3

param max_repetitions:

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