Eatt

SCPI Commands

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.inputPy.eatt.get()

No command help available

return

attenuation: No help available

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

No command help available

param attenuation

No help available

Cloning the Group

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

Subgroups