Auto

SCPI Command :

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

Enables or disables automatic configuration of attenuation at the analyzer input for an active external frontend. By default, the attenuation settings are applied at the input of the external frontend. See method RsFsw.applications.k10Xlte.inputPy.attenuation.auto.set() and method RsFsw.applications.k10Xlte.inputPy.attenuation.set() .

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Auto mode for analyzer attenuation is disabled. Allows you to configure attenuation at the analyzer using method RsFsw.inputPy.sanalyzer.attenuation.set() . ON | 1 Auto mode for analyzer attenuation is enabled. No attenuation is configured at the analyzer.

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

Enables or disables automatic configuration of attenuation at the analyzer input for an active external frontend. By default, the attenuation settings are applied at the input of the external frontend. See method RsFsw.applications.k10Xlte.inputPy.attenuation.auto.set() and method RsFsw.applications.k10Xlte.inputPy.attenuation.set() .

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Auto mode for analyzer attenuation is disabled. Allows you to configure attenuation at the analyzer using method RsFsw.inputPy.sanalyzer.attenuation.set() . ON | 1 Auto mode for analyzer attenuation is enabled. No attenuation is configured at the analyzer.