State

SCPI Command :

CONFigure:GENerator:FREQuency:CENTer:SYNC[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: 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.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: 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.

param state

ON | OFF | 1 | 0