Auto

SCPI Command :

INPut:ATTenuation:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# INPut:ATTenuation:AUTO
value: bool = driver.applications.k9X11Ad.inputPy.attenuation.auto.get()

Couples or decouples the attenuation to the reference level. Thus, when the reference level is changed, the FSW determines the signal level for optimal internal data processing and sets the required attenuation accordingly. If an external frontend is active (see [SENSe:]EFRontend[:STATe]) , you can configure the attenuation of the external frontend and the analyzer separately. See also method RsFsw.inputPy.sanalyzer.attenuation.auto.set() and method RsFsw.inputPy.sanalyzer.attenuation.set() .

Returns:

state: ON | OFF | 0 | 1

set(state: bool) None[source]
# INPut:ATTenuation:AUTO
driver.applications.k9X11Ad.inputPy.attenuation.auto.set(state = False)

Couples or decouples the attenuation to the reference level. Thus, when the reference level is changed, the FSW determines the signal level for optimal internal data processing and sets the required attenuation accordingly. If an external frontend is active (see [SENSe:]EFRontend[:STATe]) , you can configure the attenuation of the external frontend and the analyzer separately. See also method RsFsw.inputPy.sanalyzer.attenuation.auto.set() and method RsFsw.inputPy.sanalyzer.attenuation.set() .

Parameters:

state – ON | OFF | 0 | 1