Phase

SCPI Command :

[SOURce<HW>]:IQ:DOHerty:PHASe:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_offset() float[source]
# [SOURce<HW>]:IQ:DOHerty:PHASe:OFFSet
value: float = driver.source.iq.doherty.phase.get_offset()

Adds a phase offset.

Returns:

attenuation: float Range: -999.99 to 999.99

set_offset(attenuation: float) None[source]
# [SOURce<HW>]:IQ:DOHerty:PHASe:OFFSet
driver.source.iq.doherty.phase.set_offset(attenuation = 1.0)

Adds a phase offset.

Parameters:

attenuation – float Range: -999.99 to 999.99