Repetitions

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:TRANs<CH>:REPetitions
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) EutraRepetitionsNbiot[source]
# [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.

Parameters:
  • userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

  • transmission – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trans’)

Returns:

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

set(repetitions: EutraRepetitionsNbiot, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None[source]
# [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.

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

  • userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

  • transmission – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trans’)