State
SCPI Command :
INPut:IQ:OSC:BALanced[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# INPut:IQ:OSC:BALanced[:STATe] value: bool = driver.inputPy.iq.osc.balanced.state.get()
No help available
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Single ended ON | 1 Differential
- set(state: bool) None[source]
# INPut:IQ:OSC:BALanced[:STATe] driver.inputPy.iq.osc.balanced.state.set(state = False)
No help available
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Single ended ON | 1 Differential