Auto

SCPI Command :

INPut:EATT:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# INPut:EATT:AUTO
value: bool = driver.applications.k14Xnr5G.inputPy.eatt.auto.get()

Turns automatic selection of the electronic attenuation on and off. If on, electronic attenuation reduces the mechanical attenuation whenever possible. Requires the electronic attenuation hardware option. It is not available if the optional ‘Digital Baseband’ interface is active.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# INPut:EATT:AUTO
driver.applications.k14Xnr5G.inputPy.eatt.auto.set(state = False)

Turns automatic selection of the electronic attenuation on and off. If on, electronic attenuation reduces the mechanical attenuation whenever possible. Requires the electronic attenuation hardware option. It is not available if the optional ‘Digital Baseband’ interface is active.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on