Angle

SCPI Command :

[SOURce]:BB:IMPairment:RF<CH>:QUADrature:[ANGLe]
class AngleCls[source]

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

get(path=Path.Default) float[source]
# SCPI: [SOURce]:BB:IMPairment:RF<CH>:QUADrature:[ANGLe]
value: float = driver.source.bb.impairment.rf.quadrature.angle.get(path = repcap.Path.Default)

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

Table Header: Impairments / Min /dB / Max /dB / Increment

  • Digital / 30 / 30 / 0.01

  • Analog / 10 / 10 / 0.01

param path

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)

return

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

set(angle: float, path=Path.Default) None[source]
# SCPI: [SOURce]:BB:IMPairment:RF<CH>:QUADrature:[ANGLe]
driver.source.bb.impairment.rf.quadrature.angle.set(angle = 1.0, path = repcap.Path.Default)

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

Table Header: Impairments / Min /dB / Max /dB / Increment

  • Digital / 30 / 30 / 0.01

  • Analog / 10 / 10 / 0.01

param angle

float Range: -30 to 30, Unit: DEG

param path

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)