State

SCPI Command :

INPut:IQ:OSC[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# INPut:IQ:OSC[:STATe]
value: bool = driver.inputPy.iq.osc.state.get()

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

Returns:

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

set(state: bool) None[source]
# INPut:IQ:OSC[:STATe]
driver.inputPy.iq.osc.state.set(state = False)

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