Modulation

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:MODulation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class ModulationStruct[source]

Structure for setting input parameters. Fields:

  • 1 Mod_Statistics: int: Statistical length in slots

  • 2 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.

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

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

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

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

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

get(sEGMent=SEGMent.Default) ModulationStruct[source]
# 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>.

Parameters:

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

Returns:

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

set(structure: ModulationStruct, sEGMent=SEGMent.Default) None[source]
# 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>.

Parameters:
  • structure – for set value, see the help for ModulationStruct structure arguments.

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