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


Glossary Item Box

Gets the minimum rotation angle in degrees for an equivalent constellation

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property SymmetryAngle As Double
C# 
public abstract double SymmetryAngle {get;}
C++/CLI 
public:
abstract property double SymmetryAngle {
   double get();
}

Property Value

Angle in degrees by which constellation can be rotated to achieve an equivalent constellation.

Remarks

Value is recomputed when Validate executes.

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