Stat

SCPI Command :

CONFigure:SYNC:STAT
class StatCls[source]

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

get() bool[source]
# SCPI: CONFigure:SYNC:STAT
value: bool = driver.applications.k18AmplifierEt.configure.sync.stat.get()

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

return

state: ON | OFF | 1 | 0

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

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

param state

ON | OFF | 1 | 0