Doherty

SCPI Command :

[SOURce<HW>]:IQ:DOHerty:SCALe
class DohertyCls[source]

Doherty commands group definition. 31 total commands, 6 Subgroups, 1 group commands

get_scale() RsSmbv.enums.IqOutEnvScale[source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:SCALe
value: enums.IqOutEnvScale = driver.source.iq.doherty.get_scale()

No command help available

return

scale: No help available

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

No command help available

param scale

No help available

Cloning the Group

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

Subgroups