Amplitude

SCPI Command :

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

Enables the coupling of all amplitude parameters of the generators.

Parameters:

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

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

Enables the coupling of all amplitude parameters of the generators.

Parameters:
  • cpl_amplitude – OFF | ON

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