NlpCent

SCPI Command :

WGENerator<*>:MODulation:NLPCent
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:MODulation:NLPCent
value: float = driver.wgenerator.modulation.nlpCent.get(waveformGen = repcap.WaveformGen.Default)

Sets the level of the noise in percentage of the set Amplitude output of the signal.

Parameters:

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

Returns:

level_pct: 0 to 100

set(level_pct: float, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:MODulation:NLPCent
driver.wgenerator.modulation.nlpCent.set(level_pct = 1.0, waveformGen = repcap.WaveformGen.Default)

Sets the level of the noise in percentage of the set Amplitude output of the signal.

Parameters:
  • level_pct – 0 to 100

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