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


Glossary Item Box

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

Syntax

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

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