Auto

SCPI Command :

CONFigure:AMPM:CWIDth:REFerence:AUTO
class AutoCls[source]

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

get() bool[source]
# SCPI: 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.

return

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

set(state: bool) None[source]
# SCPI: 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.

param state

ON | 1 Automatic mode OFF | 0 Manual mode