Auto
SCPI Command :
INPut:ATTenuation:AUTO
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() bool[source]
# INPut:ATTenuation:AUTO value: bool = driver.applications.k18AmplifierEt.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 methodRsFsw.inputPy.sanalyzer.attenuation.set().- Returns:
state: ON | OFF | 0 | 1
- set(state: bool) None[source]
# INPut:ATTenuation:AUTO driver.applications.k18AmplifierEt.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 methodRsFsw.inputPy.sanalyzer.attenuation.set().- Parameters:
state – ON | OFF | 0 | 1
Cloning the Group
# Create a copy of the original group, that exists independently
auto_copy = driver.applications.k18AmplifierEt.inputPy.attenuation.auto.clone()
Subgroups