Rotation

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:MEValuation:ROTation:MODulation
class Rotation[source]

Rotation commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_modulation()int[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:ROTation:MODulation
value: int = driver.configure.multiEval.rotation.get_modulation()

Defines the initial phase reference (φ=0) for I/Q constellation diagrams of QPSK signals.

return

rotation: numeric The entered value is rounded to 0 deg or 45 deg. 0 deg: constellation points on I- and Q-axes 45 deg: constellation points on angle bisectors between I- and Q-axes Range: 0 deg to 45 deg, Unit: deg

set_modulation(rotation: int)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:ROTation:MODulation
driver.configure.multiEval.rotation.set_modulation(rotation = 1)

Defines the initial phase reference (φ=0) for I/Q constellation diagrams of QPSK signals.

param rotation

numeric The entered value is rounded to 0 deg or 45 deg. 0 deg: constellation points on I- and Q-axes 45 deg: constellation points on angle bisectors between I- and Q-axes Range: 0 deg to 45 deg, Unit: deg