Stat

SCPI Command :

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

This command activates an additional synchronization algorithm (operating in frequency domain) .

Returns:

state: ON | OFF | 1 | 0

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

This command activates an additional synchronization algorithm (operating in frequency domain) .

Parameters:

state – ON | OFF | 1 | 0