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


Glossary Item Box

Gets or sets the imaginary (or "Q") value for the custom modulation state location.

Syntax

Visual Basic (Declaration) 
Public Property Imaginary As Double
C# 
public double Imaginary {get; set;}
C++/CLI 
public:
property double Imaginary {
   double get();
   void set (    double value);
}

Property Value

The location of the custom modulation state along the Imaginary axis (Q-axis) of the complex plane. Default value is 0.0.

Remarks

The state location within a custom modulation may be specified in terms of I/Q (Real/Imaginary) or Magnitude/Phase.

Requirements

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

See Also