Auto
SCPI Command :
INPut:EATT<ant>:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(instrument=Instrument.Default) bool[source]
# 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.
- Parameters:
instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eatt’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, instrument=Instrument.Default) None[source]
# 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.
- Parameters:
state – ON | OFF | 1 | 0
instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eatt’)