Auto
SCPI Command :
INPut:EATT<ant>:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(instrument=Instrument.Default) bool [source]
# SCPI: INPut:EATT<ant>:AUTO value: bool = driver.applications.k10Xlte.inputPy.eatt.auto.get(instrument = repcap.Instrument.Default)
Turns automatic selection of the electronic attenuation on and off. If on, electronic attenuation reduces the mechanical attenuation whenever possible. Is available with the optional electronic attenuator, but not if you are using the optional digital baseband Input.
- param instrument
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eatt’)
- return
state: ON | OFF | 1 | 0
- set(state: bool, instrument=Instrument.Default) None [source]
# SCPI: INPut:EATT<ant>:AUTO driver.applications.k10Xlte.inputPy.eatt.auto.set(state = False, instrument = repcap.Instrument.Default)
Turns automatic selection of the electronic attenuation on and off. If on, electronic attenuation reduces the mechanical attenuation whenever possible. Is available with the optional electronic attenuator, but not if you are using the optional digital baseband Input.
- param state
ON | OFF | 1 | 0
- param instrument
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eatt’)