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