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


Glossary Item Box

Gets or sets the real (or "I") value for the custom modulation state location.

Syntax

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

Property Value

The location of the custom modulation state along the real axis (I-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