Amplitude

SCPI Command :

WGENerator<*>:COUPling:AMPLitude
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(waveformGen=WaveformGen.Default) bool[source]
# WGENerator<*>:COUPling:AMPLitude
value: bool = driver.wgenerator.coupling.amplitude.get(waveformGen = repcap.WaveformGen.Default)

Enables the coupling of all amplitude parameters of the generators.

Parameters:

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

Returns:

cpl_amplitude: OFF | ON

set(cpl_amplitude: bool, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:COUPling:AMPLitude
driver.wgenerator.coupling.amplitude.set(cpl_amplitude = False, waveformGen = repcap.WaveformGen.Default)

Enables the coupling of all amplitude parameters of the generators.

Parameters:
  • cpl_amplitude – OFF | ON

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