All

SCPI Command :

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

Enables the coupling of the generators, with the selected set of parameters: enabling, amplitude and frequency.

Parameters:

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

Returns:

couple_all: OFF | ON

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

Enables the coupling of the generators, with the selected set of parameters: enabling, amplitude and frequency.

Parameters:
  • couple_all – OFF | ON

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