Quadrature
SCPI Command :
[SOURce<HW>]:IQ:IMPairment:QUADrature:[ANGLe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_angle() float[source]
# [SOURce<HW>]:IQ:IMPairment:QUADrature:[ANGLe] value: float = driver.source.iq.impairment.quadrature.get_angle()
Sets a quadrature offset (phase angle) between the I and Q vectors deviating from the ideal 90 degrees. A positive quadrature offset results in a phase angle greater than 90 degrees. Value range Impairments / Min /dB / Max /dB / Increment
Digital / 30 / 30 / 0.01
Analog / 10 / 10 / 0.01
- Returns:
angle: float Range: -30 to 30, Unit: DEG
- set_angle(angle: float) None[source]
# [SOURce<HW>]:IQ:IMPairment:QUADrature:[ANGLe] driver.source.iq.impairment.quadrature.set_angle(angle = 1.0)
Sets a quadrature offset (phase angle) between the I and Q vectors deviating from the ideal 90 degrees. A positive quadrature offset results in a phase angle greater than 90 degrees. Value range Impairments / Min /dB / Max /dB / Increment
Digital / 30 / 30 / 0.01
Analog / 10 / 10 / 0.01
- Parameters:
angle – float Range: -30 to 30, Unit: DEG