Doherty

SCPI Commands :

[SOURce<HW>]:IQ:DOHerty:SCALe
[SOURce]:IQ:DOHerty:STATe
Commands in total: 47
Subgroups: 11
Direct child commands: 2
get_scale() IqOutEnvScale[source]
# [SOURce<HW>]:IQ:DOHerty:SCALe
value: enums.IqOutEnvScale = driver.source.iq.doherty.get_scale()

Determines the units used on the x and y-axis.

Returns:

scale: POWer | VOLTage

get_state() bool[source]
# [SOURce]:IQ:DOHerty:STATe
value: bool = driver.source.iq.doherty.get_state()

Enabels/disables the generation of digitally Doherty signals.

Returns:

state: 1 | ON | 0| OFF

set_scale(scale: IqOutEnvScale) None[source]
# [SOURce<HW>]:IQ:DOHerty:SCALe
driver.source.iq.doherty.set_scale(scale = enums.IqOutEnvScale.POWer)

Determines the units used on the x and y-axis.

Parameters:

scale – POWer | VOLTage

set_state(state: bool) None[source]
# [SOURce]:IQ:DOHerty:STATe
driver.source.iq.doherty.set_state(state = False)

Enabels/disables the generation of digitally Doherty signals.

Parameters:

state – 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
doherty_copy = driver.source.iq.doherty.clone()

Subgroups