Rotation

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:ROTation:IQ
class Rotation[source]

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

get_iq()RsCmwGsmMeas.enums.Rotation[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:ROTation:IQ
value: enums.Rotation = driver.configure.multiEval.rotation.get_iq()

Specifies whether the rotation of the 8PSK and 16-QAM symbols is subtracted off before the symbols are displayed in the constellation diagram.

return

rotation: P38 | P38R P38: Rotation not removed, phase-rotated symbols displayed P38R: Rotation removed

set_iq(rotation: RsCmwGsmMeas.enums.Rotation)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:ROTation:IQ
driver.configure.multiEval.rotation.set_iq(rotation = enums.Rotation.P38)

Specifies whether the rotation of the 8PSK and 16-QAM symbols is subtracted off before the symbols are displayed in the constellation diagram.

param rotation

P38 | P38R P38: Rotation not removed, phase-rotated symbols displayed P38R: Rotation removed