State
SCPI Command :
INPut<ip>:IQ:OSC: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:OSC:BALanced[:STATe] value: bool = driver.applications.iqAnalyzer.inputPy.iq.osc.balanced.state.get(inputIx = repcap.InputIx.Default)
No command help available
- param inputIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)
- return
state: ON | OFF | 0 | 1 OFF | 0 Single ended ON | 1 Differential
- set(state: bool, inputIx=InputIx.Default) None [source]
# SCPI: INPut<ip>:IQ:OSC:BALanced[:STATe] driver.applications.iqAnalyzer.inputPy.iq.osc.balanced.state.set(state = False, inputIx = repcap.InputIx.Default)
No command help available
- param state
ON | OFF | 0 | 1 OFF | 0 Single ended ON | 1 Differential
- param inputIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)