Auto
SCPI Command :
INPut:ATTenuation:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# INPut:ATTenuation:AUTO value: bool = driver.applications.k17Mcgd.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.
- Returns:
state: ON | OFF | 0 | 1
- set(state: bool) None[source]
# INPut:ATTenuation:AUTO driver.applications.k17Mcgd.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.
- Parameters:
state – ON | OFF | 0 | 1