Modulation

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:MODulation
class ModulationCls[source]

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

class ModulationStruct[source]

Structure for setting input parameters. Fields:

  • Mod_Statistics: int: Statistical length in slots

  • Modenable: bool: Enable or disable the measurement of modulation results. ON: Modulation results are measured according to the other …enable flags in this command. Modulation results for which there is no explicit enable flag are also measured (e.g. I/Q offset, frequency error and timing error) . OFF: No modulation results at all are measured. The other enable flags in this command are ignored.

  • Evm_Enable: bool: Enable or disable measurement of EVM.

  • Mag_Error_Enable: bool: Enable or disable measurement of magnitude error.

  • Phase_Err_Enable: bool: Enable or disable measurement of phase error.

  • Ib_Eenable: bool: Enable or disable measurement of in-band emissions.

  • Eq_Sp_Flat_Enable: bool: Enable or disable measurement of equalizer spectrum flatness results.

get(sEGMent=SEGMent.Default) ModulationStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:MODulation
value: ModulationStruct = driver.configure.nrSubMeas.multiEval.listPy.segment.modulation.get(sEGMent = repcap.SEGMent.Default)

Defines settings for modulation measurements in list mode for segment <no>.

param sEGMent:

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

return:

structure: for return value, see the help for ModulationStruct structure arguments.

set(structure: ModulationStruct, sEGMent=SEGMent.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:MODulation
structure = driver.configure.nrSubMeas.multiEval.listPy.segment.modulation.ModulationStruct()
structure.Mod_Statistics: int = 1
structure.Modenable: bool = False
structure.Evm_Enable: bool = False
structure.Mag_Error_Enable: bool = False
structure.Phase_Err_Enable: bool = False
structure.Ib_Eenable: bool = False
structure.Eq_Sp_Flat_Enable: bool = False
driver.configure.nrSubMeas.multiEval.listPy.segment.modulation.set(structure, sEGMent = repcap.SEGMent.Default)

Defines settings for modulation measurements in list mode for segment <no>.

param structure:

for set value, see the help for ModulationStruct structure arguments.

param sEGMent:

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