State
SCPI Command :
INPut:SELect:BBANalog[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# INPut:SELect:BBANalog[:STATe] value: bool = driver.applications.k18AmplifierEt.inputPy.select.bbAnalog.state.get()
This command turns simultaneous use of RF input and analog baseband input on and off.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# INPut:SELect:BBANalog[:STATe] driver.applications.k18AmplifierEt.inputPy.select.bbAnalog.state.set(state = False)
This command turns simultaneous use of RF input and analog baseband input on and off.
- Parameters:
state – ON | OFF | 1 | 0