Rotation
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:MEValuation:ROTation:MODulation
- class RotationCls[source]
Rotation commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_modulation() int[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:ROTation:MODulation value: int = driver.configure.wcdmaMeas.multiEval.rotation.get_modulation()
Defines the initial phase reference (φ=0) for I/Q constellation diagrams of QPSK signals.
- return:
rotation: The entered value is rounded to 0 deg or 45 deg. 0 deg: constellation points on the I- and Q-axes 45 deg: constellation points on angle bisectors between the I- and Q-axes
- set_modulation(rotation: int) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:ROTation:MODulation driver.configure.wcdmaMeas.multiEval.rotation.set_modulation(rotation = 1)
Defines the initial phase reference (φ=0) for I/Q constellation diagrams of QPSK signals.
- param rotation:
The entered value is rounded to 0 deg or 45 deg. 0 deg: constellation points on the I- and Q-axes 45 deg: constellation points on angle bisectors between the I- and Q-axes