Keysight Pathwave 89600 VSA .NET API
Rotate Method
See Also 
Agilent.SA.Vsa.CustomIQ.Interfaces Assembly > Agilent.SA.Vsa.CustomIQ Namespace > Constellation Class : Rotate Method


rotationAngleInDegrees
Angle to rotate constellation (in degrees).

Glossary Item Box

Rotate the current constellation definition by the specified angle (in degrees).

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Rotate( _
   ByVal rotationAngleInDegrees As Double _
) 
C# 
public abstract void Rotate( 
   double rotationAngleInDegrees
)
C++/CLI 
public:
abstract void Rotate( 
   double rotationAngleInDegrees
) 

Parameters

rotationAngleInDegrees
Angle to rotate constellation (in degrees).

Remarks

Validate is performed as part of this operation.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.00

See Also