State

SCPI Command :

INPut:IQ:OSC:BALanced[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# INPut:IQ:OSC:BALanced[:STATe]
value: bool = driver.applications.k149Uwb.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.applications.k149Uwb.inputPy.iq.osc.balanced.state.set(state = False)

No help available

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Single ended ON | 1 Differential