Eatt<Instrument>

RepCap Settings

# Range: Nr1 .. Nr4
rc = driver.applications.k10Xlte.inputPy.eatt.repcap_instrument_get()
driver.applications.k10Xlte.inputPy.eatt.repcap_instrument_set(repcap.Instrument.Nr1)

SCPI Command :

INPut:EATT<ant>
class EattCls[source]

Eatt commands group definition. 3 total commands, 2 Subgroups, 1 group commands Repeated Capability: Instrument, default value after init: Instrument.Nr1

get(instrument=Instrument.Default) float[source]
# SCPI: 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.

param instrument

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

return

attenuation: Attenuation level in dB. Unit: dB

set(attenuation: float, instrument=Instrument.Default) None[source]
# SCPI: 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.

param attenuation

Attenuation level in dB. Unit: dB

param instrument

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

Cloning the Group

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

Subgroups