Eatt

SCPI Command :

INPut:EATT
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get() float[source]
# INPut:EATT
value: float = driver.applications.k9X11Ad.inputPy.eatt.get()

Defines an electronic attenuation manually. Automatic mode must be switched off (INP:EATT:AUTO OFF, see method RsFsw.applications.k17Mcgd.inputPy.eatt.auto.set() ) . If the current reference level is not compatible with an attenuation that has been set manually, the command also adjusts the reference level. Requires the electronic attenuation hardware option. It is not available if the optional ‘Digital Baseband’ interface is active.

Returns:

attenuation: attenuation in dB Range: see specifications document , Unit: DB

set(attenuation: float) None[source]
# INPut:EATT
driver.applications.k9X11Ad.inputPy.eatt.set(attenuation = 1.0)

Defines an electronic attenuation manually. Automatic mode must be switched off (INP:EATT:AUTO OFF, see method RsFsw.applications.k17Mcgd.inputPy.eatt.auto.set() ) . If the current reference level is not compatible with an attenuation that has been set manually, the command also adjusts the reference level. Requires the electronic attenuation hardware option. It is not available if the optional ‘Digital Baseband’ interface is active.

Parameters:

attenuation – attenuation in dB Range: see specifications document , Unit: DB

Cloning the Group

# Create a copy of the original group, that exists independently
eatt_copy = driver.applications.k9X11Ad.inputPy.eatt.clone()

Subgroups