State
SCPI Command :
INPut<ip>:IQ:BALanced[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(inputPy=InputPy.Default) bool[source]
# INPut<ip>:IQ:BALanced[:STATe] value: bool = driver.applications.iqAnalyzer.inputPy.iq.balanced.state.get(inputPy = repcap.InputPy.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.
- Parameters:
inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)
- Returns:
state: ON | OFF | 1 | 0 ON | 1 Differential OFF | 0 Single ended
- set(state: bool, inputPy=InputPy.Default) None[source]
# INPut<ip>:IQ:BALanced[:STATe] driver.applications.iqAnalyzer.inputPy.iq.balanced.state.set(state = False, inputPy = repcap.InputPy.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.
- Parameters:
state – ON | OFF | 1 | 0 ON | 1 Differential OFF | 0 Single ended
inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)