Auto

SCPI Command :

CONFigure:AMPM:CWIDth:REFerence:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:AMPM:CWIDth:REFerence:AUTO
value: bool = driver.applications.k18AmplifierEt.configure.amPm.cwidth.reference.auto.get()

Sets and queries the curve width computation refrence point mode.

Returns:

state: ON | 1 Automatic mode OFF | 0 Manual mode

set(state: bool) None[source]
# CONFigure:AMPM:CWIDth:REFerence:AUTO
driver.applications.k18AmplifierEt.configure.amPm.cwidth.reference.auto.set(state = False)

Sets and queries the curve width computation refrence point mode.

Parameters:

state – ON | 1 Automatic mode OFF | 0 Manual mode