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

Glossary Item Box

The following tables list the members exposed by ConstellationStateDescription.

Public Constructors

 NameDescriptionMinimum SW Version
Public ConstructorConstellationStateDescription ConstructorInitializes a new instance of the ConstellationStateDescription struct that contains the specified Real, Imaginary, and Symbol value  24.20
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyImaginaryGets the imaginary (or "Q") value for the constellation state location.  
Public PropertyRealGets the real (or "I") value for the constellation state location.  
Public PropertySymbolGets the symbol data represented by this constellation state location.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Methods

 NameDescriptionMinimum SW Version
Public MethodEqualsOverloaded. Determines whether the specified instance of type ConstellationStateDescription is equal to the current ConstellationStateDescription instance.  
Public MethodGetHashCodeGets a hash code for the ConstellationStateDescription. (Overrides System.ValueType.GetHashCode.)  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Operators

public Operator Equality Compares two ConstellationStateDescription structures for equality.
public Operator Inequality Compares two ConstellationStateDescription structures to determine if they are not equal.
Top

See Also