Quadrature

SCPI Command :

[SOURce<HW>]:BB:IMPairment:QUADrature:[ANGLe]
class QuadratureCls[source]

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

get_angle() float[source]
# SCPI: [SOURce<HW>]:BB:IMPairment:QUADrature:[ANGLe]
value: float = driver.source.bb.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.

return:

angle: float Range: -10 to 10, Unit: DEG

set_angle(angle: float) None[source]
# SCPI: [SOURce<HW>]:BB:IMPairment:QUADrature:[ANGLe]
driver.source.bb.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.

param angle:

float Range: -10 to 10, Unit: DEG