AqPsk
SCPI Command :
[SOURce<HW>]:BB:DM:AQPSk:ANGLe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_angle() float[source]
# [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.
- Returns:
angle: float Range: 0 to 180, Unit: Deg
- set_angle(angle: float) None[source]
# [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.
- Parameters:
angle – float Range: 0 to 180, Unit: Deg