Modulation

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSICh:CQI:MODulation
class ModulationCls[source]

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

get(cell=Cell.Default) RsSmbv.enums.ModulationC[source]
# SCPI: [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.

param cell

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

return

modulation: QPSK| QAM16| QAM64

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

param modulation

QPSK| QAM16| QAM64

param cell

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