Coupling

SCPI Command :

[SOURce]:IQ:DOHerty:POWer:ATTenuation:COUPling:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [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 method RsSmw.source.iq.doherty.power.attenuation.value() for both signals are coupled. The difference between the values is, however, maintained.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [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 method RsSmw.source.iq.doherty.power.attenuation.value() for both signals are coupled. The difference between the values is, however, maintained.

Parameters:

state – 1 | ON | 0| OFF