Modulation

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:MODulation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) ModulationC[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:MODulation
value: enums.ModulationC = driver.source.bb.tdscdma.down.cell.enh.dch.hsupa.modulation.get(cell = repcap.Cell.Default)

Sets the modulation scheme for each HSDPA RMC or HSUPA FRC. The HSUPA FRCs do not support modulation scheme 64QAM.

Parameters:

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

Returns:

modulation: QPSK | QAM16 | QAM64

set(modulation: ModulationC, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:MODulation
driver.source.bb.tdscdma.down.cell.enh.dch.hsupa.modulation.set(modulation = enums.ModulationC.QAM16, cell = repcap.Cell.Default)

Sets the modulation scheme for each HSDPA RMC or HSUPA FRC. The HSUPA FRCs do not support modulation scheme 64QAM.

Parameters:
  • modulation – QPSK | QAM16 | QAM64

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