Phase

SCPI Command :

[SOURce<HW>]:IQ:DOHerty:PHASe:OFFSet
class PhaseCls[source]

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

get_offset() float[source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:PHASe:OFFSet
value: float = driver.source.iq.doherty.phase.get_offset()

Adds a phase offset.

return

attenuation: float Range: -999.99 to 999.99

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

Adds a phase offset.

param attenuation

float Range: -999.99 to 999.99