Coupling
SCPI Command :
[SOURce<HW>]:IQ:OUTPut:[ANALog]:BIAS:COUPling:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:IQ:OUTPut:[ANALog]:BIAS:COUPling:[STATe] value: bool = driver.source.iq.output.analog.bias.coupling.get_state()
Couples the bias setting of the I and Q signal components.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:IQ:OUTPut:[ANALog]:BIAS:COUPling:[STATe] driver.source.iq.output.analog.bias.coupling.set_state(state = False)
Couples the bias setting of the I and Q signal components.
- Parameters:
state – 1 | ON | 0| OFF