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