State

SCPI Command :

INPut<ip>:IQ:OSC[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(inputPy=InputPy.Default) bool[source]
# INPut<ip>:IQ:OSC[:STATe]
value: bool = driver.applications.iqAnalyzer.inputPy.iq.osc.state.get(inputPy = repcap.InputPy.Default)

Activates or deactivates Oscilloscope Baseband Input from a connected oscilloscope. This input requires optional firmware.

Parameters:

inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Oscilloscope Baseband Input not active ON | 1 Oscilloscope Baseband Input active

set(state: bool, inputPy=InputPy.Default) None[source]
# INPut<ip>:IQ:OSC[:STATe]
driver.applications.iqAnalyzer.inputPy.iq.osc.state.set(state = False, inputPy = repcap.InputPy.Default)

Activates or deactivates Oscilloscope Baseband Input from a connected oscilloscope. This input requires optional firmware.

Parameters:
  • state – ON | OFF | 0 | 1 OFF | 0 Oscilloscope Baseband Input not active ON | 1 Oscilloscope Baseband Input active

  • inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)