State
SCPI Command :
INPut:EATT:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# INPut:EATT:STATe value: bool = driver.applications.k9X11Ad.inputPy.eatt.state.get()
Turns the electronic attenuator on and off. Requires the electronic attenuation hardware option. It is not available if the optional ‘Digital Baseband’ interface is active.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# INPut:EATT:STATe driver.applications.k9X11Ad.inputPy.eatt.state.set(state = False)
Turns the electronic attenuator on and off. Requires the electronic attenuation hardware option. It is not available if the optional ‘Digital Baseband’ interface is active.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on