Frequency

SCPI Command :

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

Enables the coupling of all frequency parameters of the generators.

Parameters:

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

Returns:

cpl_freq: OFF | ON

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

Enables the coupling of all frequency parameters of the generators.

Parameters:
  • cpl_freq – OFF | ON

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