Rep

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:PRACh:NIOT:CFG<CH0>:REP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(configurationNull=ConfigurationNull.Default) EutraIotRepetitions[source]
# [SOURce<HW>]:BB:EUTRa:UL:PRACh:NIOT:CFG<CH0>:REP
value: enums.EutraIotRepetitions = driver.source.bb.eutra.uplink.prach.niot.cfg.rep.get(configurationNull = repcap.ConfigurationNull.Default)

Queries the number of NPRACH repetitions per preamble attempt.

Parameters:

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

Returns:

repetitions: R1 | R2 | R4 | R8 | R16 | R32 | R64 | R128 | R192 | R256 | R384 | R512 | R768 | R1024 | R1536 | R2048 | R12 | R24

set(repetitions: EutraIotRepetitions, configurationNull=ConfigurationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:PRACh:NIOT:CFG<CH0>:REP
driver.source.bb.eutra.uplink.prach.niot.cfg.rep.set(repetitions = enums.EutraIotRepetitions.R1, configurationNull = repcap.ConfigurationNull.Default)

Queries the number of NPRACH repetitions per preamble attempt.

Parameters:
  • repetitions – R1 | R2 | R4 | R8 | R16 | R32 | R64 | R128 | R192 | R256 | R384 | R512 | R768 | R1024 | R1536 | R2048 | R12 | R24

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