Auto

SCPI Command :

INPut:EATT:AUTO
class AutoCls[source]

Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: INPut:EATT:AUTO
value: bool = driver.applications.k60Transient.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.

return

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

set(state: bool) None[source]
# SCPI: INPut:EATT:AUTO
driver.applications.k60Transient.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.

param state

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