Modulation

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPDCh:E:MODulation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) HsUpaMod[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPDCh:E:MODulation
value: enums.HsUpaMod = driver.source.bb.w3Gpp.mstation.hsupa.dpdch.e.modulation.get(mobileStation = repcap.MobileStation.Default)

Sets the modulation of the E-DPDCH. There are two possible modulation schemes specified for this channel, BPSK and 4PAM (4 Pulse-Amplitude Modulation) . The latter one is available only for the following Overall Symbol Rates (method RsSmw.source.bb.w3Gpp.mstation.hsupa.dpdch.e.orate.set() ) :

  • 2x960 ksps

  • 2x1920 ksps

  • 2x960 + 2x1920 ksps

  • 2x960 ksps, I or Q only

  • 2x1920 ksps, I or Q only

  • 2x960 + 2x1920 ksps, I or Q only

Parameters:

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

Returns:

modulation: BPSK | PAM4

set(modulation: HsUpaMod, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPDCh:E:MODulation
driver.source.bb.w3Gpp.mstation.hsupa.dpdch.e.modulation.set(modulation = enums.HsUpaMod.BPSK, mobileStation = repcap.MobileStation.Default)

Sets the modulation of the E-DPDCH. There are two possible modulation schemes specified for this channel, BPSK and 4PAM (4 Pulse-Amplitude Modulation) . The latter one is available only for the following Overall Symbol Rates (method RsSmw.source.bb.w3Gpp.mstation.hsupa.dpdch.e.orate.set() ) :

  • 2x960 ksps

  • 2x1920 ksps

  • 2x960 + 2x1920 ksps

  • 2x960 ksps, I or Q only

  • 2x1920 ksps, I or Q only

  • 2x960 + 2x1920 ksps, I or Q only

Parameters:
  • modulation – BPSK | PAM4

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