AqPsk

SCPI Command :

[SOURce<HW>]:BB:DM:AQPSk:ANGLe
class AqPskCls[source]

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

get_angle() float[source]
# SCPI: [SOURce<HW>]:BB:DM:AQPSk:ANGLe
value: float = driver.source.bb.dm.aqPsk.get_angle()

For AQPSK modulation, sets the angle alpha between the point (0,0) and the I axis.

return

angle: float Range: 0 to 180, Unit: Deg

set_angle(angle: float) None[source]
# SCPI: [SOURce<HW>]:BB:DM:AQPSk:ANGLe
driver.source.bb.dm.aqPsk.set_angle(angle = 1.0)

For AQPSK modulation, sets the angle alpha between the point (0,0) and the I axis.

param angle

float Range: 0 to 180, Unit: Deg