Eatt<Instrument>

SCPI Command :

INPut:EATT<ant>
Commands in total: 3
Subgroups: 2
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr4

driver.applications.k10Xlte.inputPy.eatt.repcap_instrument_set(repcap.Instrument.Nr1)
get(instrument=Instrument.Default) float[source]
# INPut:EATT<ant>
value: float = driver.applications.k10Xlte.inputPy.eatt.get(instrument = repcap.Instrument.Default)

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.

Parameters:

instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eatt’)

Returns:

attenuation: Attenuation level in dB. Unit: dB

set(attenuation: float, instrument=Instrument.Default) None[source]
# INPut:EATT<ant>
driver.applications.k10Xlte.inputPy.eatt.set(attenuation = 1.0, instrument = repcap.Instrument.Default)

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.

Parameters:
  • attenuation – Attenuation level in dB. Unit: dB

  • instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eatt’)

Cloning the Group

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

Subgroups