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

Glossary Item Box

The following tables list the members exposed by CustomModulationState.

Public Constructors

 NameDescriptionMinimum SW Version
Public ConstructorCustomModulationState ConstructorInitializes a new instance of the CustomModulationState struct using real and imaginary values and a symbol value.  
‡ 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 custom modulation state location.  
Public PropertyMagnitudeGets the magnitude value for the custom modulation state location.  
Public PropertyPhaseGets the phase value for the custom modulation state location in degrees.  
Public PropertyRealGets the real (or "I") value for the custom modulation state location.  
Public PropertySymbolGets the symbol data represented by this custom modulation state location.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Methods

 NameDescriptionMinimum SW Version
Public Methodstatic (Shared in Visual Basic)CreateFromMagnitudePhaseCreates a custom modulation state using a pair of magnitude/phase values and a symbol value.  
Public Methodstatic (Shared in Visual Basic)CreateFromRealImaginaryCreates a custom modulation state using a pair of real/imaginary values and a symbol value.  
Public MethodEqualsOverloaded. Determines whether this instance is equal to another CustomModulationState instance.  
Public MethodGetHashCodeReturns a hash code for this modulation state.  
Public MethodSerialize  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Operators

public Operator Equality Determines whether two CustomModulationState instances are equal.
public Operator Inequality Determines whether two CustomModulationState instances are not equal.
Top

See Also