Sync

SCPI Command :

CONFigure:SETTings:NR5G:SYNC
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:SETTings:NR5G:SYNC
value: bool = driver.applications.k14Xnr5G.configure.settings.nr5G.sync.get()

Turns periodic synchronization of the signal description on the analyzer on and off. 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:SETTings:NR5G:SYNC
driver.applications.k14Xnr5G.configure.settings.nr5G.sync.set(state = False)

Turns periodic synchronization of the signal description on the analyzer on and off. 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