State
SCPI Command :
INPut:IQ:OSC:BALanced[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: INPut:IQ:OSC:BALanced[:STATe] value: bool = driver.inputPy.iq.osc.balanced.state.get()
No command help available
- return
state: ON | OFF | 0 | 1 OFF | 0 Single ended ON | 1 Differential
- set(state: bool) None [source]
# SCPI: INPut:IQ:OSC:BALanced[:STATe] driver.inputPy.iq.osc.balanced.state.set(state = False)
No command help available
- param state
ON | OFF | 0 | 1 OFF | 0 Single ended ON | 1 Differential