State
SCPI Command :
INPut<ip>:IQ:BALanced[: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:BALanced[:STATe] value: bool = driver.applications.iqAnalyzer.inputPy.iq.balanced.state.get(inputIx = repcap.InputIx.Default)
Defines whether the input is provided as a differential signal via all 4 Analog Baseband connectors or as a plain I/Q signal via 2 single-ended lines.
- param inputIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)
- return
state: ON | OFF | 1 | 0 ON | 1 Differential OFF | 0 Single ended
- set(state: bool, inputIx=InputIx.Default) None [source]
# SCPI: INPut<ip>:IQ:BALanced[:STATe] driver.applications.iqAnalyzer.inputPy.iq.balanced.state.set(state = False, inputIx = repcap.InputIx.Default)
Defines whether the input is provided as a differential signal via all 4 Analog Baseband connectors or as a plain I/Q signal via 2 single-ended lines.
- param state
ON | OFF | 1 | 0 ON | 1 Differential OFF | 0 Single ended
- param inputIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)