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.k14Xnr5G.configure.generator.frequency.center.sync.state.get()

Turns frequency synchronization between analyzer and generator on and off. You can define the frequency itself with method RsFsw.applications.k10Xlte.sense.frequency.center.cc.set() . Prerequisites for this command

  • IP connection to a signal generator.

  • Generator control state is on (method RsFsw.applications.k18AmplifierEt.configure.generator.control.state.set() ) .

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# CONFigure:GENerator:FREQuency:CENTer:SYNC[:STATe]
driver.applications.k14Xnr5G.configure.generator.frequency.center.sync.state.set(state = False)

Turns frequency synchronization between analyzer and generator on and off. You can define the frequency itself with method RsFsw.applications.k10Xlte.sense.frequency.center.cc.set() . Prerequisites for this command

  • IP connection to a signal generator.

  • Generator control state is on (method RsFsw.applications.k18AmplifierEt.configure.generator.control.state.set() ) .

Parameters:

state – ON | OFF | 1 | 0