Keysight 89600 VSA .NET API
CreateFromRealImaginary Method
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > CustomModulationState Class : CreateFromRealImaginary Method


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

Creates a custom modulation state using a pair of real/imaginary values and a symbol value.

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateFromRealImaginary( _
   ByVal real As Double, _
   ByVal imaginary As Double, _
   ByVal symbol As Long _
) As CustomModulationState
C# 
public static CustomModulationState CreateFromRealImaginary( 
   double real,
   double imaginary,
   long symbol
)
C++/CLI 
public:
static CustomModulationState^ CreateFromRealImaginary( 
   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.

Return Value

A custom modulation representing the input parameters.

Remarks

The magnitude and phase values will be automatically computed based on the input real and imaginary values.

Requirements

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

See Also