Coupling

SCPI Command :

[SOURce<HW>]:IQ:OUTPut:[ANALog]:BIAS:COUPling:[STATe]
class CouplingCls[source]

Coupling commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:BIAS:COUPling:[STATe]
value: bool = driver.source.iq.output.analog.bias.coupling.get_state()

No command help available

return:

state: No help available

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:BIAS:COUPling:[STATe]
driver.source.iq.output.analog.bias.coupling.set_state(state = False)

No command help available

param state:

No help available