Modulation
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSDPA:MODulation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default) ModulationC[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSDPA:MODulation value: enums.ModulationC = driver.source.bb.tdscdma.up.cell.enh.dch.hsdpa.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:UP:CELL<ST>:ENH:DCH:HSDPA:MODulation driver.source.bb.tdscdma.up.cell.enh.dch.hsdpa.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’)