Awaveform

SCPI Command :

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

Enables the coupling of the arbitrary waveform of the generators.

Parameters:

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

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

Enables the coupling of the arbitrary waveform of the generators.

Parameters:
  • cpl_arbitrary_wfm – OFF | ON

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