Modulation

SCPI Command :

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

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

class ModulationStruct[source]

Response structure. Fields:

  • Mod_Statistics: int: Statistical length in slots

  • Modenable: bool: Enable or disable the measurement of modulation results.

get(sEGMent=SEGMent.Default) ModulationStruct[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>:MODulation
value: ModulationStruct = driver.configure.nrMmwMeas.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(mod_statistics: int, modenable: bool, sEGMent=SEGMent.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>:MODulation
driver.configure.nrMmwMeas.listPy.segment.modulation.set(mod_statistics = 1, modenable = False, sEGMent = repcap.SEGMent.Default)

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

param mod_statistics:

Statistical length in slots

param modenable:

Enable or disable the measurement of modulation results.

param sEGMent:

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