NnPrep

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:FRC:NNPRep
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) EutraUlNoNpuschRepNbiotAll[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:FRC:NNPRep
value: enums.EutraUlNoNpuschRepNbiotAll = driver.source.bb.eutra.uplink.ue.niot.frc.nnPrep.get(userEquipment = repcap.UserEquipment.Default)

Queries the number of NPUSCH repetitions.

Parameters:

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

Returns:

no_npusch_rep: 1 | 2| 16 | 64

set(no_npusch_rep: EutraUlNoNpuschRepNbiotAll, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:FRC:NNPRep
driver.source.bb.eutra.uplink.ue.niot.frc.nnPrep.set(no_npusch_rep = enums.EutraUlNoNpuschRepNbiotAll._1, userEquipment = repcap.UserEquipment.Default)

Queries the number of NPUSCH repetitions.

Parameters:
  • no_npusch_rep – 1 | 2| 16 | 64

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