Auto
SCPI Command :
INPut:ATTenuation:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: 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.
- return
state: ON | OFF | 0 | 1
- set(state: bool) None [source]
# SCPI: 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.
- param state
ON | OFF | 0 | 1