Stat

SCPI Command :

CONFigure:SYNC:STAT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:SYNC:STAT
value: bool = driver.applications.k18AmplifierEt.configure.sync.stat.get()

This command turns synchronization between reference and measured signal on and off.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# CONFigure:SYNC:STAT
driver.applications.k18AmplifierEt.configure.sync.stat.set(state = False)

This command turns synchronization between reference and measured signal on and off.

Parameters:

state – ON | OFF | 1 | 0