State
SCPI Command :
WGENerator<*>:COUPling:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveformGen=WaveformGen.Default) bool[source]
# WGENerator<*>:COUPling:STATe value: bool = driver.wgenerator.coupling.state.get(waveformGen = repcap.WaveformGen.Default)
Enables the coupling of the generators with the selected set of parameters: amplitude and frequency.
- Parameters:
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
couple_enable: OFF | ON
- set(couple_enable: bool, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:COUPling:STATe driver.wgenerator.coupling.state.set(couple_enable = False, waveformGen = repcap.WaveformGen.Default)
Enables the coupling of the generators with the selected set of parameters: amplitude and frequency.
- Parameters:
couple_enable – OFF | ON
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)