State
SCPI Command :
CONFigure:GENerator:FREQuency:CENTer:SYNC[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# CONFigure:GENerator:FREQuency:CENTer:SYNC[:STATe] value: bool = driver.applications.k18AmplifierEt.configure.generator.frequency.center.sync.state.get()
This command turns synchronization of the analyzer and generator frequency on and off. Make sure to synchronize with
*OPC?or*WAIto make sure that the command was successfully applied on the generator before sending the next command.- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# CONFigure:GENerator:FREQuency:CENTer:SYNC[:STATe] driver.applications.k18AmplifierEt.configure.generator.frequency.center.sync.state.set(state = False)
This command turns synchronization of the analyzer and generator frequency on and off. Make sure to synchronize with
*OPC?or*WAIto make sure that the command was successfully applied on the generator before sending the next command.- Parameters:
state – ON | OFF | 1 | 0