Keysight Pathwave 89600 VSA .NET API
ConstellationStateDescription Constructor
See Also 
Agilent.SA.Vsa.CustomIQ.Interfaces Assembly > Agilent.SA.Vsa.CustomIQ Namespace > ConstellationStateDescription Structure : ConstellationStateDescription Constructor


real
The real (or "I") value for the constellation state location. Real
imaginary
The imaginary (or "Q") value for the constellation state location. Imaginary
symbol
The symbol data represented by this constellation state location. Symbol

Glossary Item Box

Initializes a new instance of the ConstellationStateDescription struct that contains the specified Real, Imaginary, and Symbol value

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal real As Double, _
   ByVal imaginary As Double, _
   ByVal symbol As Integer _
)
C# 
public ConstellationStateDescription( 
   double real,
   double imaginary,
   int symbol
)
C++/CLI 
public:
ConstellationStateDescription( 
   double real,
   double imaginary,
   int symbol
)

Parameters

real
The real (or "I") value for the constellation state location. Real
imaginary
The imaginary (or "Q") value for the constellation state location. Imaginary
symbol
The symbol data represented by this constellation state location. Symbol

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 24.20

See Also