State

SCPI Command :

INPut<ip>:IQ:OSC[:STATe]
class StateCls[source]

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

get(inputIx=InputIx.Default) bool[source]
# SCPI: INPut<ip>:IQ:OSC[:STATe]
value: bool = driver.applications.iqAnalyzer.inputPy.iq.osc.state.get(inputIx = repcap.InputIx.Default)

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

param inputIx

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

return

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

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

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

param inputIx

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