Eatt
SCPI Command :
INPut:EATT
- class EattCls[source]
Eatt commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- get() float [source]
# SCPI: INPut:EATT value: float = driver.applications.k6Pulse.inputPy.eatt.get()
Defines an electronic attenuation manually. Automatic mode must be switched off (INP:EATT:AUTO OFF, see method RsFsw. Applications.K17_Mcgd.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.
- return
attenuation: attenuation in dB Range: see specifications document , Unit: DB
- set(attenuation: float) None [source]
# SCPI: INPut:EATT driver.applications.k6Pulse.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.K17_Mcgd.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.
- param attenuation
attenuation in dB Range: see specifications document , Unit: DB
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k6Pulse.inputPy.eatt.clone()
Subgroups