State
SCPI Command :
INPut:EATT<ant>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(instrument=Instrument.Default) bool[source]
# INPut:EATT<ant>:STATe value: bool = driver.applications.k10Xlte.inputPy.eatt.state.get(instrument = repcap.Instrument.Default)
Turns the electronic attenuator on and off. 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:
state: ON | OFF
- set(state: bool, instrument=Instrument.Default) None[source]
# INPut:EATT<ant>:STATe driver.applications.k10Xlte.inputPy.eatt.state.set(state = False, instrument = repcap.Instrument.Default)
Turns the electronic attenuator on and off. Is available with the optional electronic attenuator, but not if you are using the optional digital baseband input.
- Parameters:
state – ON | OFF
instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eatt’)