State

SCPI Command :

CONFigure:GENerator:FREQuency:CENTer:SYNC[:STATe]
Commands in total: 1
Subgroups: 0
Direct 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 *WAI to 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 *WAI to make sure that the command was successfully applied on the generator before sending the next command.

Parameters:

state – ON | OFF | 1 | 0