Repetit

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:PRACh:EMTC:CELV<CH0>:REPetit
class RepetitCls[source]

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

get(ceLevel=CeLevel.Default) RsSmbv.enums.EutraRepetitionsNbiot[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:PRACh:EMTC:CELV<CH0>:REPetit
value: enums.EutraRepetitionsNbiot = driver.source.bb.eutra.uplink.prach.emtc.celv.repetit.get(ceLevel = repcap.CeLevel.Default)

Sets the PRACH number of repetitions.

param ceLevel

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

return

repetitions: R1| R2| R4| R8| R16| R32| R64| R128

set(repetitions: RsSmbv.enums.EutraRepetitionsNbiot, ceLevel=CeLevel.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:PRACh:EMTC:CELV<CH0>:REPetit
driver.source.bb.eutra.uplink.prach.emtc.celv.repetit.set(repetitions = enums.EutraRepetitionsNbiot.R1, ceLevel = repcap.CeLevel.Default)

Sets the PRACH number of repetitions.

param repetitions

R1| R2| R4| R8| R16| R32| R64| R128

param ceLevel

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