Auto
SCPI Command :
INPut:SANalyzer:ATTenuation:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: 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. K10x_Lte.InputPy.Attenuation.Auto.set and method RsFsw.Applications.K10x_Lte.InputPy.Attenuation.set.
- return
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]
# SCPI: 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. K10x_Lte.InputPy.Attenuation.Auto.set and method RsFsw.Applications.K10x_Lte.InputPy.Attenuation.set.
- param 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.