Auto

SCPI Command :

CONFigure:FDOMain:WSETtings:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:FDOMain:WSETtings:AUTO
value: bool = driver.applications.k18AmplifierEt.configure.fdomain.wsettings.auto.get()

Sets the window settings mode on or off.

Returns:

state: ON | OFF | 1 | 0 ON | 1 Sets the window settings mode on. OFF | 0 Sets the window settings mode off.

set(state: bool) None[source]
# CONFigure:FDOMain:WSETtings:AUTO
driver.applications.k18AmplifierEt.configure.fdomain.wsettings.auto.set(state = False)

Sets the window settings mode on or off.

Parameters:

state – ON | OFF | 1 | 0 ON | 1 Sets the window settings mode on. OFF | 0 Sets the window settings mode off.