Modulation
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:TRANs<CH>:MODulation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) EutraUlueNbiotModulation[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:TRANs<CH>:MODulation value: enums.EutraUlueNbiotModulation = driver.source.bb.eutra.uplink.ue.niot.trans.modulation.get(userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)
Sets the modulation scheme for the NPUSCH transmission.
- 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:
modulation: QPSK | PI2Bpsk | PI4Qpsk | QAM16
- set(modulation: EutraUlueNbiotModulation, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:TRANs<CH>:MODulation driver.source.bb.eutra.uplink.ue.niot.trans.modulation.set(modulation = enums.EutraUlueNbiotModulation.PI2Bpsk, userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)
Sets the modulation scheme for the NPUSCH transmission.
- Parameters:
modulation – QPSK | PI2Bpsk | PI4Qpsk | QAM16
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’)