Modulation

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPDCh:E:MODulation
class ModulationCls[source]

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

get(mobileStation=MobileStation.Default) RsSmbv.enums.HsUpaMod[source]
# SCPI: [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.

INTRO_CMD_HELP: 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 ([:SOURce<hw>]:BB:W3GPp:MSTation<st>[:HSUPa]:DPDCh:E:ORATe) :

  • 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

param mobileStation

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

return

modulation: BPSK| PAM4

set(modulation: RsSmbv.enums.HsUpaMod, mobileStation=MobileStation.Default) None[source]
# SCPI: [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.

INTRO_CMD_HELP: 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 ([:SOURce<hw>]:BB:W3GPp:MSTation<st>[:HSUPa]:DPDCh:E:ORATe) :

  • 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

param modulation

BPSK| PAM4

param mobileStation

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