Camplitude

SCPI Command :

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

Sets the mean peak-to-peak voltage of the modulated signal if AM modulation is active.

Parameters:

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

Returns:

carrier_amplitude: 0.01 to 12

set(carrier_amplitude: float, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:MODulation:AM:CAMPlitude
driver.wgenerator.modulation.am.camplitude.set(carrier_amplitude = 1.0, waveformGen = repcap.WaveformGen.Default)

Sets the mean peak-to-peak voltage of the modulated signal if AM modulation is active.

Parameters:
  • carrier_amplitude – 0.01 to 12

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