State

SCPI Command :

INPut:IQ:OSC[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: 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.

return

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

set(state: bool) None[source]
# SCPI: 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.

param state

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