Repetitions
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:TRANs<CH>:REPetitions
- class RepetitionsCls[source]
Repetitions commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) RsSmw.enums.EutraRepetitionsNbiot [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:TRANs<CH>:REPetitions value: enums.EutraRepetitionsNbiot = driver.source.bb.eutra.uplink.ue.niot.trans.repetitions.get(userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)
Sets the number of repetitions.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param transmission
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trans’)
- return
repetitions: R1| R2| R4| R8| R16| R32| R64| R128
- set(repetitions: RsSmw.enums.EutraRepetitionsNbiot, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:TRANs<CH>:REPetitions driver.source.bb.eutra.uplink.ue.niot.trans.repetitions.set(repetitions = enums.EutraRepetitionsNbiot.R1, userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)
Sets the number of repetitions.
- param repetitions
R1| R2| R4| R8| R16| R32| R64| R128
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param transmission
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trans’)