State
SCPI Command :
INPut:EATT<ant>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(instrument=Instrument.Default) bool [source]
# SCPI: 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.
- param instrument
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eatt’)
- return
state: ON | OFF
- set(state: bool, instrument=Instrument.Default) None [source]
# SCPI: 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.
- param state
ON | OFF
- param instrument
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eatt’)