MpAttempts

SCPI Command :

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

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

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

Specifies the maximum number of preamble transmission attempts for a certain CE level.

param level:

integer Selects a CE level Range: 0 to 3

return:

attempts: A3 | A4 | A5 | A6 | A7 | A8 | A10 Maximum attempts for the selected CE Level

set(level: int, attempts: TransmitAttempts) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>[:PCC]:EMTC:CE:LEVel:PRACh:MPATtempts
driver.configure.pcc.emtc.ce.level.prach.mpAttempts.set(level = 1, attempts = enums.TransmitAttempts.A10)

Specifies the maximum number of preamble transmission attempts for a certain CE level.

param level:

integer Selects a CE level Range: 0 to 3

param attempts:

A3 | A4 | A5 | A6 | A7 | A8 | A10 Maximum attempts for the selected CE Level