Keysight Pathwave 89600 VSA .NET API
Real Property
See Also 
Agilent.SA.Vsa.CustomIQ.Interfaces Assembly > Agilent.SA.Vsa.CustomIQ Namespace > ConstellationState Class : Real Property


Glossary Item Box

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

Syntax

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

Property Value

The location of the constellation state along the real axis (I-axis) of the complex plane. Default value is 0.0.

Remarks

The state location within a constellation 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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.00

See Also