Rep
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:PRACh:NIOT:CFG<CH0>:REP
- class RepCls[source]
Rep commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(configurationNull=ConfigurationNull.Default) RsSmbv.enums.EutraIotRepetitions [source]
# SCPI: [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.
- param configurationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cfg’)
- return
repetitions: R1| R2| R4| R8| R16| R32| R64| R128 | R192| R256| R384| R512| R768| R1024| R1536| R2048| R12| R24
- set(repetitions: RsSmbv.enums.EutraIotRepetitions, configurationNull=ConfigurationNull.Default) None [source]
# SCPI: [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.
- param repetitions
R1| R2| R4| R8| R16| R32| R64| R128 | R192| R256| R384| R512| R768| R1024| R1536| R2048| R12| R24
- param configurationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cfg’)