Angle

SCPI Command :

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

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

get(iqConnector=IqConnector.Default) float[source]
# SCPI: [SOURce]:BB:IMPairment:IQOutput<CH>:QUADrature:[ANGLe]
value: float = driver.source.bb.impairment.iqOutput.quadrature.angle.get(iqConnector = repcap.IqConnector.Default)
Sets the quadrature offset. A positive quadrature offset results in a phase angle greater than 90 degrees.

INTRO_CMD_HELP: The suffix <ch> has the following values:

  • <ch>= 0: I/Q Analog Outputs

  • <ch>= 1: I/Q Modulator Digital Impairments

param iqConnector:

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

return:

angle: float Range: -10 to 10

set(angle: float, iqConnector=IqConnector.Default) None[source]
# SCPI: [SOURce]:BB:IMPairment:IQOutput<CH>:QUADrature:[ANGLe]
driver.source.bb.impairment.iqOutput.quadrature.angle.set(angle = 1.0, iqConnector = repcap.IqConnector.Default)
Sets the quadrature offset. A positive quadrature offset results in a phase angle greater than 90 degrees.

INTRO_CMD_HELP: The suffix <ch> has the following values:

  • <ch>= 0: I/Q Analog Outputs

  • <ch>= 1: I/Q Modulator Digital Impairments

param angle:

float Range: -10 to 10

param iqConnector:

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