Coupling

SCPI Command :

[SOURce]:IQ:DOHerty:POWer:ATTenuation:COUPling:[STATe]
class CouplingCls[source]

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

get_state() bool[source]
# SCPI: [SOURce]:IQ:DOHerty:POWer:ATTenuation:COUPling:[STATe]
value: bool = driver.source.iq.doherty.power.attenuation.coupling.get_state()

If enabled, the digital attenuation values set with the command [:SOURce<hw>]:IQ:DOHerty:POWer:ATTenuation for both signals are coupled. The difference between the values is, however, maintained.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce]:IQ:DOHerty:POWer:ATTenuation:COUPling:[STATe]
driver.source.iq.doherty.power.attenuation.coupling.set_state(state = False)

If enabled, the digital attenuation values set with the command [:SOURce<hw>]:IQ:DOHerty:POWer:ATTenuation for both signals are coupled. The difference between the values is, however, maintained.

param state

1| ON| 0| OFF