Modulation

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:TRANs<CH>:MODulation
class ModulationCls[source]

Modulation commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) RsSmbv.enums.EutraUlueNbiotModulation[source]
# SCPI: [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.

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

modulation: QPSK| PI2Bpsk| PI4Qpsk| QAM16

set(modulation: RsSmbv.enums.EutraUlueNbiotModulation, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None[source]
# SCPI: [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.

param modulation

QPSK| PI2Bpsk| PI4Qpsk| QAM16

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’)