Angle
SCPI Command :
[SOURce]:BB:IMPairment:FADer<CH>:QUADrature:[ANGLe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(digitalIq=DigitalIq.Default) float[source]
# [SOURce]:BB:IMPairment:FADer<CH>:QUADrature:[ANGLe] value: float = driver.source.bb.impairment.fader.quadrature.angle.get(digitalIq = repcap.DigitalIq.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 Impairments / Min /dB / Max /dB / Increment
Digital / 30 / 30 / 0.01
Analog / 10 / 10 / 0.01
- Parameters:
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
- Returns:
angle: float Range: -30 to 30, Unit: DEG
- set(angle: float, digitalIq=DigitalIq.Default) None[source]
# [SOURce]:BB:IMPairment:FADer<CH>:QUADrature:[ANGLe] driver.source.bb.impairment.fader.quadrature.angle.set(angle = 1.0, digitalIq = repcap.DigitalIq.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 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
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)