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


Glossary Item Box

Gets the phase value for the custom modulation state location in degrees.

Syntax

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

Property Value

The phase of the custom modulation state location within 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