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


real
The real value describing this custom modulation.
imaginary
The imaginary value describing this custom modulation.
symbol
The symbol value describing this custom modulation.

Glossary Item Box

Initializes a new instance of the CustomModulationState struct using real and imaginary values and a symbol value.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal real As Double, _
   ByVal imaginary As Double, _
   ByVal symbol As Long _
)
C# 
public CustomModulationState( 
   double real,
   double imaginary,
   long symbol
)
C++/CLI 
public:
CustomModulationState( 
   double real,
   double imaginary,
   int64 symbol
)

Parameters

real
The real value describing this custom modulation.
imaginary
The imaginary value describing this custom modulation.
symbol
The symbol value describing this custom modulation.

Requirements

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

See Also