Repetit

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:PRACh:EMTC:CELV<CH0>:REPetit
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(ceLevel=CeLevel.Default) EutraRepetitionsNbiot[source]
# [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.

Parameters:

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

Returns:

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

set(repetitions: EutraRepetitionsNbiot, ceLevel=CeLevel.Default) None[source]
# [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.

Parameters:
  • repetitions – R1 | R2 | R4 | R8 | R16 | R32 | R64 | R128

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