Eattenuation
SCPI Command :
INPut:EATTenuation
- class EattenuationCls[source]
Eattenuation commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: INPut:EATTenuation value: float = driver.applications.k40PhaseNoise.inputPy.eattenuation.get()
Defines the electronic attenuation level. If the current reference level is not compatible with an attenuation that has been set manually, the command also adjusts the reference level. Is available with the optional electronic attenuator, but not if you are using the optional digital baseband input.
- return
arg_0: No help available
- set(arg_0: float) None [source]
# SCPI: INPut:EATTenuation driver.applications.k40PhaseNoise.inputPy.eattenuation.set(arg_0 = 1.0)
Defines the electronic attenuation level. If the current reference level is not compatible with an attenuation that has been set manually, the command also adjusts the reference level. Is available with the optional electronic attenuator, but not if you are using the optional digital baseband input.
- param arg_0
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k40PhaseNoise.inputPy.eattenuation.clone()
Subgroups