State

SCPI Command :

INPut:EATT:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: INPut:EATT:STATe
value: bool = driver.applications.k17Mcgd.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.

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# SCPI: INPut:EATT:STATe
driver.applications.k17Mcgd.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.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on