Modulation

SCPI Command :

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

Sets the CQI modulation.

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:UP:CELL<ST>:ENH:DCH:HSICh:CQI:MODulation
driver.source.bb.tdscdma.up.cell.enh.dch.hsich.cqi.modulation.set(modulation = enums.ModulationC.QAM16, cell = repcap.Cell.Default)

Sets the CQI modulation.

Parameters:
  • modulation – QPSK | QAM16 | QAM64

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